[Koha-bugs] [Bug 11565] decreaseLoanHighHolds needs Override

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 22 07:55:45 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11565

--- Comment #12 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list