[Vtigercrm-commits] [vtiger-commits] r9452 - /vtigercrm/trunk/config.template.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Sep 12 15:22:28 EDT 2006


Author: richie
Date: Tue Sep 12 13:22:21 2006
New Revision: 9452

Log:
made changes in default currency handling -- BY Philip

Modified:
    vtigercrm/trunk/config.template.php

Modified: vtigercrm/trunk/config.template.php
==============================================================================
--- vtigercrm/trunk/config.template.php (original)
+++ vtigercrm/trunk/config.template.php Tue Sep 12 13:22:21 2006
@@ -171,6 +171,9 @@
 // languages default value = en_us=>US English
 $languages = Array('en_us'=>'US English',);
 
+//Master currency name
+$currency_name = '_MASTER_CURRENCY_';
+
 // default charset
 // default charset default value = ISO-8859-1
 $default_charset = 'ISO-8859-1';





More information about the vtigercrm-commits mailing list