]> git.koha-community.org Git - koha.git/commit
Bug 12668 - Stray dollar ($) -sign in opac-reserve.pl
authorOlli-Antti Kivilahti <olli-antti.kivilahti@jns.fi>
Tue, 29 Jul 2014 09:04:52 +0000 (12:04 +0300)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 26 Aug 2014 22:46:29 +0000 (22:46 +0000)
commit4e7fadacc21d29f286b759662163868b9644c1c7
tree8fe646c458e8e4ada64005192336a5c057e447ff
parentc2da128edac34621955270514396cc65d2e8e3f2
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@veron.ch>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
The dollar sign is gone and the message still displays correctly.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
opac/opac-reserve.pl