From 9ffb0db80c0680ebd35a566bd21e7c19483dd732 Mon Sep 17 00:00:00 2001 From: Byju Abraham <65185610+polycurve@users.noreply.github.com> Date: Wed, 25 May 2022 15:14:31 +0530 Subject: [PATCH] Fix: Change currency fraction for Singapore from Sen to Cent (#16987) --- frappe/geo/country_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/geo/country_info.json b/frappe/geo/country_info.json index 735dcddac3..94d1f3ed37 100644 --- a/frappe/geo/country_info.json +++ b/frappe/geo/country_info.json @@ -2412,7 +2412,7 @@ "Singapore": { "code": "sg", "currency": "SGD", - "currency_fraction": "Sen", + "currency_fraction": "Cent", "currency_fraction_units": 100, "currency_name": "Singapore Dollar", "currency_symbol": "$",