Lines 1007-1014
Link Here
|
1007 |
[% UNLESS ( patron.borrowernumber ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %] |
1007 |
[% UNLESS ( patron.borrowernumber ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %] |
1008 |
|
1008 |
|
1009 |
var amountlimit = "[% Koha.Preference('FineNoRenewals') | html %]"; |
1009 |
var amountlimit = "[% Koha.Preference('FineNoRenewals') | html %]"; |
1010 |
var fines = "[% fines | html %]"; |
1010 |
var fines = "[% fines | $Price %]"; |
1011 |
var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines); |
1011 |
var MSG_CONFRIM_RENEW = _("The patron has a debt of %s\nAre you sure you want to renew checkout(s)?").format(fines); |
1012 |
|
1012 |
|
1013 |
// On-site checkout |
1013 |
// On-site checkout |
1014 |
function toggle_onsite_checkout(){ |
1014 |
function toggle_onsite_checkout(){ |
1015 |
- |
|
|