]> git.koha-community.org Git - koha.git/commit
Bug 13836: Does not separate symbol and value if symbol is not displayed.
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 16 Mar 2015 14:24:02 +0000 (15:24 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Sun, 22 Mar 2015 05:12:50 +0000 (18:12 +1300)
commitbc92c93a282180033d2c74f6d851d56de8e4c47b
tree6a92667c6944141842505c4c6932a4c7add33714
parent655004d921b2a4e627c3923294aa8803078b9f92
Bug 13836: Does not separate symbol and value if symbol is not displayed.

This patch force the separation between the symbol and the value to an
empty string if the symbol is not displayed.

Tested with locale de_CH.UTF-8, prove t/Prices.t is now successful.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 15468615f9c5c427cc819bf833c2df58d13c5080)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Koha/Number/Price.pm