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