Lines 29-36
Link Here
|
29 |
[% ELSE %] |
29 |
[% ELSE %] |
30 |
[% SET tab = 'opened' %] |
30 |
[% SET tab = 'opened' %] |
31 |
[% END %] |
31 |
[% END %] |
|
|
32 |
<input type="checkbox" style="vertical-align: middle;" id="show_only_subscription" class="show_only_subscription" data-tableid="[% tab %]resultst"/> |
32 |
<label for="show_only_subscription"> |
33 |
<label for="show_only_subscription"> |
33 |
<input type="checkbox" style="vertical-align: middle;" class="show_only_subscription" data-tableid="[% tab %]resultst"/> |
|
|
34 |
Show only subscriptions |
34 |
Show only subscriptions |
35 |
</label> |
35 |
</label> |
36 |
<table id="[% tab %]resultst" class="result"> |
36 |
<table id="[% tab %]resultst" class="result"> |
Lines 101-107
Link Here
|
101 |
[% END %] |
101 |
[% END %] |
102 |
</tbody> |
102 |
</tbody> |
103 |
</table> |
103 |
</table> |
104 |
<a class="submit merge" id="merge" href="#merge_invoices">Merge selected invoices</a> |
104 |
<a class="btn btn-default submit merge" id="merge" href="#merge_invoices"><i class="fa fa-compress"></i> Merge selected invoices</a> |
105 |
[% IF tab == 'closed' %] |
105 |
[% IF tab == 'closed' %] |
106 |
<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> |
106 |
<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> |
107 |
[% ELSE %] |
107 |
[% ELSE %] |
108 |
- |
|
|