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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-1 / +1 lines)
Lines 343-349 Link Here
343
                                    return "";
343
                                    return "";
344
                                [% END %]
344
                                [% END %]
345
                            }
345
                            }
346
                        ]:[]),
346
                        }]:[]),
347
                        {
347
                        {
348
                            data: "status",
348
                            data: "status",
349
                            searchable: false,
349
                            searchable: false,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-2 / +1 lines)
Lines 255-261 Link Here
255
        }
255
        }
256
        $(document).ready(function(){
256
        $(document).ready(function(){
257
            if (payment_id && prefs.FinePaymentAutoPopup){
257
            if (payment_id && prefs.FinePaymentAutoPopup){
258
                window.open(`/cgi-bin/koha/members/printfeercpt.pl?action=print&accountlines_id=${payment_id}&change_given=${change_given}&borrowernumber=${patron_id}', '_blank');
258
                window.open(`/cgi-bin/koha/members/printfeercpt.pl?action=print&accountlines_id=${payment_id}&change_given=${change_given}&borrowernumber=${patron_id}`, '_blank');
259
            }
259
            }
260
260
261
            $('#pay-fines-form').preventDoubleFormSubmit();
261
            $('#pay-fines-form').preventDoubleFormSubmit();
262
- 

Return to bug 41572