blob: abc3730ae0e38cc8380023ebd3cf2153de5aa285 [file] [log] [blame]
/***Work around for issues on non Unicode safe connections**/
UPDATE `m_currency` SET `display_symbol`=CHAR(226, 130, 185) WHERE `id`=64;
/***Update organization currencies if applicable***/
update m_organisation_currency set display_symbol =CHAR(226, 130, 185) where code = "INR";