Comment 2 for bug 1741072

Revision history for this message
Jason Boyer (jboyer) wrote :

Here's the fix: http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/jboyer/lp1741072-str-num-directives The existing stringToNumber directive is dumped and replaced with 4 directives attached to egUIMod so they can be used everywhere: strToInt and strToFloat, along with the reverse; intToStr and floatToStr. intToStr is necessary to correct this issue, strToFloat corrects issues with price, cost, and deposit, and strToInt will be used to fix bug 1712646. floatToStr is currently unused but included just in case.