Lines 739-745
Link Here
|
739 |
<br /> |
739 |
<br /> |
740 |
[% END %] |
740 |
[% END %] |
741 |
[% UNLESS ( books_loo.suggestionid ) %] |
741 |
[% UNLESS ( books_loo.suggestionid ) %] |
742 |
<a data-action="/cgi-bin/koha/acqui/newordersuggestion.pl" data-booksellerid="[% booksellerid | uri %]" data-basketno="[% basketno | uri %]" data-link_order="[% books_loo.ordernumber | uri %]" data-method="post" class="submit-form-link" href="#">[% tp('verb', 'Link suggestion') | html %]</a> |
742 |
<a data-action="/cgi-bin/koha/acqui/newordersuggestion.pl" data-booksellerid="[% booksellerid | uri %]" data-basketno="[% basketno | uri %]" data-link_order="[% books_loo.ordernumber | uri %]" data-method="get" class="submit-form-link" href="#">[% tp('verb', 'Link suggestion') | html %]</a> |
743 |
[% END %] |
743 |
[% END %] |
744 |
</td> |
744 |
</td> |
745 |
[% END %] |
745 |
[% END %] |
Lines 1028-1034
Link Here
|
1028 |
[% INCLUDE 'datatables.inc' %] |
1028 |
[% INCLUDE 'datatables.inc' %] |
1029 |
[% INCLUDE 'columns_settings.inc' %] |
1029 |
[% INCLUDE 'columns_settings.inc' %] |
1030 |
[% Asset.js("js/acq.js") | $raw %] |
1030 |
[% Asset.js("js/acq.js") | $raw %] |
1031 |
[% Asset.js("js/form-submit.js") | $raw %] |
|
|
1032 |
[% INCLUDE 'calendar.inc' %] |
1031 |
[% INCLUDE 'calendar.inc' %] |
1033 |
<script> |
1032 |
<script> |
1034 |
function updateColumnsVisibility(visible) { |
1033 |
function updateColumnsVisibility(visible) { |