[Koha-bugs] [Bug 12668] Stray dollar ($) -sign in opac-reserve.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 31 08:10:33 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12668

--- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 30372
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30372&action=edit
[PASSED QA] Bug 12668 - Stray dollar ($) -sign in opac-reserve.pl

A dollar sign is hard-coded in opac-reserve.pl and becomes apparent when trying
to place a reservation
 when one has "too_much_oweing" or too much fines.

Removing the dollar sign so we just get

<"Käyttömaksujen katto ylitetty. Et voi tehdä varauksia. Sinulla on
maksamattomia maksuja 9.50.">

instead of

<"Käyttömaksujen katto ylitetty. Et voi tehdä varauksia. Sinulla on
maksamattomia maksuja $9.50.">

Patch removes hard coded $ sign.
Signed-off-by: Marc Véron <veron at veron.ch>

Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
The dollar sign is gone and the message still displays correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list