(root)/ – Rev 36177
Rev 36176 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 36177 2026-04-02 20:13:49
- Author: amit
- Log message:
- Fix currency format for negative amounts and use explicit symbol removal
Previous regex fix missed negative amounts like -Rs.500.50. Now uses explicit
replace("Rs.", "") for Java 8 en_IN locale with ₹ fallback for newer JDKs.
Handles both positive (Rs.17,618.00) and negative (-Rs.500.50) correctly.