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)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 12 Jul 2013 20:26:13 +0000 (20:26 +0000)
commitced4ca4e2d39856b4f00411eaee406b569199c1f
treecbf87352baf3723e5c3cd285842d858668d67978
parent7d930649065663325de95c3f8ecdbcea3bddb3b5
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>
C4/Members.pm