From ae8b6f027cff01da2dfae055a1e60789d0427f60 Mon Sep 17 00:00:00 2001 From: Arie Nugraha Date: Fri, 22 Nov 2013 00:03:56 +0700 Subject: [PATCH] Fixed: added Taka, SGD and AUD currencies --- sysconfig.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig.inc.php b/sysconfig.inc.php index c977ab4..745116c 100755 --- a/sysconfig.inc.php +++ b/sysconfig.inc.php @@ -314,7 +314,7 @@ function stripslashes_deep($value) $sysconf['mimetype']['mrc'] = 'text/marc'; /* PRICE CURRENCIES SETTING */ -$sysconf['currencies'] = array( array('0', 'NONE'), 'Rupiah', 'USD', 'Euro', 'DM', 'Pounds', 'Yen', 'Won', 'Yuan', 'Sing-D', 'Bath', 'Ruppee'); +$sysconf['currencies'] = array( array('0', 'NONE'), 'Rupiah', 'USD', 'Euro', 'DM', 'Pounds', 'Yen', 'Won', 'Yuan', 'SGD', 'Bath', 'Ruppee', 'Taka', 'AUD'); /* RESERVE PERIODE (In Days) */ $sysconf['reserve_expire_periode'] = 7;