From: <ex...@us...> - 2014-10-28 11:24:12
|
Revision: 6949 http://sourceforge.net/p/web-erp/reponame/6949 Author: exsonqu Date: 2014-10-28 11:24:10 +0000 (Tue, 28 Oct 2014) Log Message: ----------- 28/10/14 Exson: Add Chinese Yuan to default.sql to prevent wrong Chinese Yuan input which leads lots of problem. Advised by Thumb. Modified Paths: -------------- trunk/sql/mysql/country_sql/default.sql Modified: trunk/sql/mysql/country_sql/default.sql =================================================================== --- trunk/sql/mysql/country_sql/default.sql 2014-10-28 07:14:01 UTC (rev 6948) +++ trunk/sql/mysql/country_sql/default.sql 2014-10-28 11:24:10 UTC (rev 6949) @@ -3455,6 +3455,7 @@ INSERT INTO `currencies` VALUES ('Pounds','GBP','England','Pence',2,0.6217,0); INSERT INTO `currencies` VALUES ('Kenyian Shillings','KES','Kenya','none',0,89.15,0); INSERT INTO `currencies` VALUES ('US Dollars','USD','United States','Cents',2,1,1); +INSERT INTO `currencies` VALUES ('Chinese Yuan','CNY','China','Cents',2,6.1141,0); -- -- Dumping data for table `holdreasons` |