href for splitting lines

This commit is contained in:
Yisroel Baum 2024-10-13 14:42:05 +03:00
parent 10eba55b4f
commit c34815f23e

View file

@ -53,7 +53,7 @@ async function displayMonthLineItems(dateString){
<th scope="row">${li.confirmation_code}</th>
<th scope="row">${li.note || ''}</th>
<th scope="row"><button id="${li.id}" class="btn btn-primary reassign-button">Click to reassign vendor</button></th>
<th scope="row"><a class="btn btn-primary" href="#">Click to split line</a></th>
<th scope="row"><a class="btn btn-primary" href="/split_line/${li.id}">Click to split line</a></th>
</tr>
`;