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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +2 lines)
Lines 203-209 $(document).ready(function() { Link Here
203
[% END %]
203
[% END %]
204
204
205
[% IF ( alert.OTHER_CHARGES ) %]
205
[% IF ( alert.OTHER_CHARGES ) %]
206
    <div class="dialog message">The patron has unpaid charges for reserves, rentals etc of [% alert.OTHER_CHARGES %]</div>
206
    <div class="dialog message">The patron has unpaid charges for holds, rentals etc of [% alert.OTHER_CHARGES %]</div>
207
[% END %]
207
[% END %]
208
208
209
[% IF ( NEEDSCONFIRMATION ) %]
209
[% IF ( NEEDSCONFIRMATION ) %]
Lines 261-267 $(document).ready(function() { Link Here
261
[% END %]
261
[% END %]
262
262
263
[% IF ( BORRNOTSAMEBRANCH ) %]
263
[% IF ( BORRNOTSAMEBRANCH ) %]
264
    <li>This patrons is from a different library ([% BORRNOTSAMEBRANCH %])</li>
264
    <li>This patron is from a different library ([% BORRNOTSAMEBRANCH %])</li>
265
[% END %]
265
[% END %]
266
266
267
[% IF ( PATRON_CANT ) %]
267
[% IF ( PATRON_CANT ) %]
268
- 

Return to bug 15229