https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11565
--- Comment #12 from Katrin Fischer <[email protected]> --- Comment on attachment 48679 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48679 Bug 11565 - decreaseLoanHighHolds needs Override Review of attachment 48679: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11565&attachment=48679) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ +207,5 @@ > <div class="dialog message">The patron has unpaid charges for holds, > rentals etc of [% alert.OTHER_CHARGES %]</div> > [% END %] > > +[% IF alert.HIGHHOLDS %] > + <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> Please avoid the <i> mark-up as this will split the string into several parts in translation and cause issues for translators. Variables are handled with placeholders, so those are no problem. If that remains the only issue, I can fix it in a quick QA follow-up by removing the <i>. Will continue testing. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
