View | Details | Raw Unified | Return to bug 22773
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-4 lines)
Lines 3644-3653 span { Link Here
3644
    margin: 1em auto;
3644
    margin: 1em auto;
3645
}
3645
}
3646
3646
3647
#merge {
3648
    margin: .5em 0 0;
3649
}
3650
3651
#merge_table {
3647
#merge_table {
3652
    tr {
3648
    tr {
3653
        &.active {
3649
        &.active {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-4 / +4 lines)
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
- 

Return to bug 22773