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 340-346 Link Here
340
                                    return _("Any item type");
340
                                    return _("Any item type");
341
                                }
341
                                }
342
                            }
342
                            }
343
                        ]:[]),
343
                        }]:[]),
344
                        {
344
                        {
345
                            data: "status",
345
                            data: "status",
346
                            searchable: false,
346
                            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