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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +2 lines)
Lines 929-936 Link Here
929
        [% UNLESS ( patron.borrowernumber ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %]
929
        [% UNLESS ( patron.borrowernumber ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %]
930
930
931
        var amountlimit = "[% Koha.Preference('FineNoRenewals') | html %]";
931
        var amountlimit = "[% Koha.Preference('FineNoRenewals') | html %]";
932
        var fines = "[% fines | html %]";
932
        var fines = "[% fines | $Price %]";
933
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
933
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s\nAre you sure you want to renew checkout(s)?").format(fines);
934
934
935
        // On-site checkout
935
        // On-site checkout
936
        function toggle_onsite_checkout(){
936
        function toggle_onsite_checkout(){
937
- 

Return to bug 23415