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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +2 lines)
Lines 1147-1154 Link Here
1147
1147
1148
        [% UNLESS ( patron.borrowernumber ) %][% UNLESS ( borrowers ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %]
1148
        [% UNLESS ( patron.borrowernumber ) %][% UNLESS ( borrowers ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %]
1149
1149
1150
        var amountlimit = "[% Koha.Preference('noissuescharge') %]";
1150
        var amountlimit = "[% Koha.Preference('noissuescharge') | html %]";
1151
        var fines = "[% fines %]";
1151
        var fines = "[% fines | html %]";
1152
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
1152
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
1153
1153
1154
        // On-site checkout
1154
        // On-site checkout
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-3 / +2 lines)
Lines 965-972 Link Here
965
965
966
        columns_settings_issues_table = [% TablesSettings.GetColumns( 'members', 'moremember', 'issues-table', 'json' ) | $raw %]
966
        columns_settings_issues_table = [% TablesSettings.GetColumns( 'members', 'moremember', 'issues-table', 'json' ) | $raw %]
967
967
968
        var amountlimit = "[% Koha.Preference('noissuescharge') %]";
968
        var amountlimit = "[% Koha.Preference('noissuescharge') | html %]";
969
        var fines = "[% fines %]";
969
        var fines = "[% fines | html %]";
970
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
970
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
971
971
972
        $(document).ready(function() {
972
        $(document).ready(function() {
973
- 

Return to bug 23415