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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +1 lines)
Lines 213-219 $(document).ready(function() { Link Here
213
[% END %]
213
[% END %]
214
214
215
[% IF alert.HIGHHOLDS %]
215
[% IF alert.HIGHHOLDS %]
216
    <div class="dialog message">High demand item. Loan period <i>not</i> shortened to [% alert.HIGHHOLDS.duration %] days (due [% alert.HIGHHOLDS.returndate %]) due to override.</div>
216
    <div class="dialog message">High demand item. <b>Loan period was not shortened due to override.</b> Shortened due date would have been [% alert.HIGHHOLDS.returndate %] ([% alert.HIGHHOLDS.duration %] days).</div>
217
[% END %]
217
[% END %]
218
218
219
[% IF ( NEEDSCONFIRMATION ) %]
219
[% IF ( NEEDSCONFIRMATION ) %]
220
- 

Return to bug 11565