Lines 815-821
Link Here
|
815 |
<br /> |
815 |
<br /> |
816 |
[% END %] |
816 |
[% END %] |
817 |
[% UNLESS ( books_loo.suggestionid ) %] |
817 |
[% UNLESS ( books_loo.suggestionid ) %] |
818 |
<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> |
818 |
<a |
|
|
819 |
data-action="/cgi-bin/koha/acqui/newordersuggestion.pl" |
820 |
data-booksellerid="[% booksellerid | html %]" |
821 |
data-basketno="[% basketno | html %]" |
822 |
data-link_order="[% books_loo.ordernumber | html %]" |
823 |
data-method="get" |
824 |
class="submit-form-link" |
825 |
href="#" |
826 |
>[% tp('verb', 'Link suggestion') | html %]</a |
827 |
> |
819 |
[% END %] |
828 |
[% END %] |
820 |
</td> |
829 |
</td> |
821 |
[% END %] |
830 |
[% END %] |
Lines 1106-1112
Link Here
|
1106 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
1115 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
1107 |
[% INCLUDE 'datatables.inc' %] |
1116 |
[% INCLUDE 'datatables.inc' %] |
1108 |
[% Asset.js("js/acq.js") | $raw %] |
1117 |
[% Asset.js("js/acq.js") | $raw %] |
1109 |
[% Asset.js("js/form-submit.js") | $raw %] |
|
|
1110 |
[% INCLUDE 'calendar.inc' %] |
1118 |
[% INCLUDE 'calendar.inc' %] |
1111 |
<script> |
1119 |
<script> |
1112 |
function updateColumnsVisibility(visible) { |
1120 |
function updateColumnsVisibility(visible) { |