Lines 918-925
Link Here
|
918 |
[% UNLESS ( patron.borrowernumber ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %] |
918 |
[% UNLESS ( patron.borrowernumber ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %] |
919 |
|
919 |
|
920 |
var amountlimit = "[% Koha.Preference('FineNoRenewals') | html %]"; |
920 |
var amountlimit = "[% Koha.Preference('FineNoRenewals') | html %]"; |
921 |
var fines = "[% fines | html %]"; |
921 |
var fines = "[% fines | $Price %]"; |
922 |
var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines); |
922 |
var MSG_CONFRIM_RENEW = _("The patron has a debt of %s\nAre you sure you want to renew checkout(s)?").format(fines); |
923 |
|
923 |
|
924 |
// On-site checkout |
924 |
// On-site checkout |
925 |
function toggle_onsite_checkout(){ |
925 |
function toggle_onsite_checkout(){ |
926 |
- |
|
|