Bug 10529: Remove hardcoded dollar from patron message
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 4 Jul 2013 11:21:45 +0000 (12:21 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 16 Jul 2013 19:47:08 +0000 (16:47 -0300)
commit42bce9e6faf29280573f447430f4acbf90e0730e
treeae3171cd2d1f95e3e0e735000954ad6ea4375d2d
parent60a67bb1f74e46d85125ff3707c926c41b58d814
Bug 10529: Remove hardcoded dollar from patron message

The message fields which are returned in the SIP
Screen message field in a Patron Information response
had the dollar symbol hardcoded.

It would be possible to get the symbol from currency
but omitting any symbol would be consistent with the UI
and avoid problems with devices using weird encodings
for local currency symbols (e.g. the many variations
of UK Pound sign)

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit ced4ca4e2d39856b4f00411eaee406b569199c1f)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Members.pm