Lines 116-124
Link Here
|
116 |
[% IF CAN_user_acquisition_merge_invoices %] |
116 |
[% IF CAN_user_acquisition_merge_invoices %] |
117 |
<a class="submit merge" id="merge" href="#merge_invoices">Merge selected invoices</a> |
117 |
<a class="submit merge" id="merge" href="#merge_invoices">Merge selected invoices</a> |
118 |
[% IF tab == 'closed' %] |
118 |
[% IF tab == 'closed' %] |
119 |
<a class="submit" id="open_sel" href="#reopen_selected" data-op="reopen" data-referer="referer=/cgi-bin/koha/acqui/invoices.pl%3Fop=do_search%26invoicenumber=[% invoicenumber | uri %]%26supplier=[% booksellerid | uri %]%26shipmentdatefrom=[% shipmentdatefrom | $KohaDates %]%26shipmentdateto=[% shipmentdateto | $KohaDates %]%26billingdatefrom=[% billingdatefrom | $KohaDates %]%26billingdateto=[% billingdateto | $KohaDates %]%26isbneanissn=[% isbneanissn | uri %]%26title=[% title | uri %]%26author=[% author | uri %]%26publisher=[% publisher | uri %]%26publicationyear=[% publicationyear | uri %]%26branch=[% branch | uri %]"><i class="fa fa-refresh"></i> Reopen selected invoices</a> |
119 |
<a class="btn btn-default" id="open_sel" href="#reopen_selected" data-op="reopen" data-referer="referer=/cgi-bin/koha/acqui/invoices.pl%3Fop=do_search%26invoicenumber=[% invoicenumber | uri %]%26supplier=[% booksellerid | uri %]%26shipmentdatefrom=[% shipmentdatefrom | $KohaDates %]%26shipmentdateto=[% shipmentdateto | $KohaDates %]%26billingdatefrom=[% billingdatefrom | $KohaDates %]%26billingdateto=[% billingdateto | $KohaDates %]%26isbneanissn=[% isbneanissn | uri %]%26title=[% title | uri %]%26author=[% author | uri %]%26publisher=[% publisher | uri %]%26publicationyear=[% publicationyear | uri %]%26branch=[% branch | uri %]"><i class="fa fa-refresh"></i> Reopen selected invoices</a> |
120 |
[% ELSE %] |
120 |
[% ELSE %] |
121 |
<a class="submit" id="close_sel" href="#close_selected" data-op="close" data-referer="referer=/cgi-bin/koha/acqui/invoices.pl%3Fop=do_search%26invoicenumber=[% invoicenumber | uri %]%26supplier=[% booksellerid | uri %]%26shipmentdatefrom=[% shipmentdatefrom | $KohaDates %]%26shipmentdateto=[% shipmentdateto | $KohaDates %]%26billingdatefrom=[% billingdatefrom | $KohaDates %]%26billingdateto=[% billingdateto | $KohaDates %]%26isbneanissn=[% isbneanissn | uri %]%26title=[% title | uri %]%26author=[% author | uri %]%26publisher=[% publisher | uri %]%26publicationyear=[% publicationyear | uri %]%26branch=[% branch | uri %]"><i class="fa fa-times-circle"></i> Close selected invoices</a> |
121 |
<a class="btn btn-default" id="close_sel" href="#close_selected" data-op="close" data-referer="referer=/cgi-bin/koha/acqui/invoices.pl%3Fop=do_search%26invoicenumber=[% invoicenumber | uri %]%26supplier=[% booksellerid | uri %]%26shipmentdatefrom=[% shipmentdatefrom | $KohaDates %]%26shipmentdateto=[% shipmentdateto | $KohaDates %]%26billingdatefrom=[% billingdatefrom | $KohaDates %]%26billingdateto=[% billingdateto | $KohaDates %]%26isbneanissn=[% isbneanissn | uri %]%26title=[% title | uri %]%26author=[% author | uri %]%26publisher=[% publisher | uri %]%26publicationyear=[% publicationyear | uri %]%26branch=[% branch | uri %]"><i class="fa fa-times-circle"></i> Close selected invoices</a> |
122 |
[% END %] |
122 |
[% END %] |
123 |
|
123 |
|
124 |
[% END %] <!-- invoices_table --> |
124 |
[% END %] <!-- invoices_table --> |
Lines 366-372
Link Here
|
366 |
{ "bSortable": false, "aTargets": [1, -1] }, |
366 |
{ "bSortable": false, "aTargets": [1, -1] }, |
367 |
{ "bVisible": false, "aTargets": [0] }, |
367 |
{ "bVisible": false, "aTargets": [0] }, |
368 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] } |
368 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] } |
369 |
] |
369 |
], |
|
|
370 |
autoWidth: false |
370 |
})); |
371 |
})); |
371 |
|
372 |
|
372 |
$(".show_only_subscription").prop("checked", false); |
373 |
$(".show_only_subscription").prop("checked", false); |
373 |
- |
|
|