|
Lines 664-671
Link Here
|
| 664 |
<i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
664 |
<i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a> |
| 665 |
[% END %] |
665 |
[% END %] |
| 666 |
</td> |
666 |
</td> |
| 667 |
<td>[% books_loo.sort1 | html %]</td> |
667 |
<td>[% AuthorisedValues.GetByCode( books_loo.sort1_authcat, books_loo.sort1 ) | html %]</td> |
| 668 |
<td>[% books_loo.sort2 | html %]</td> |
668 |
<td>[% AuthorisedValues.GetByCode( books_loo.sort2_authcat, books_loo.sort2 ) | html %]</td> |
| 669 |
<td> |
669 |
<td> |
| 670 |
[% IF CAN_user_acquisition_edit_invoices %] |
670 |
[% IF CAN_user_acquisition_edit_invoices %] |
| 671 |
<a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% books_loo.invoice_object.invoiceid | url %]" class="invoice">[% books_loo.invoice_object.invoicenumber | html %]</a> |
671 |
<a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% books_loo.invoice_object.invoiceid | url %]" class="invoice">[% books_loo.invoice_object.invoicenumber | html %]</a> |
|
Lines 673-678
Link Here
|
| 673 |
[% books_loo.invoice_object.invoicenumber | html %] |
673 |
[% books_loo.invoice_object.invoicenumber | html %] |
| 674 |
[% END %] |
674 |
[% END %] |
| 675 |
</td> |
675 |
</td> |
|
|
676 |
|
| 676 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
677 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
| 677 |
<td>[% books_loo.suppliers_report | html %]</td> |
678 |
<td>[% books_loo.suppliers_report | html %]</td> |
| 678 |
[% END %] |
679 |
[% END %] |
| 679 |
- |
|
|