[Vtigercrm-commits] [vtiger-commits] r10660 - /vtigercrm/branches/5.0.3/Smarty/templates/CreateEmailTemplate.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 12 09:21:46 EDT 2007
Author: saraj
Date: Thu Apr 12 07:21:41 2007
New Revision: 10660
Log:
fix for email template fileds not getting replaced with value while sending mail. Fixes #3436 --minnie
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/CreateEmailTemplate.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/CreateEmailTemplate.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/CreateEmailTemplate.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/CreateEmailTemplate.tpl Thu Apr 12 07:21:41 2007
@@ -66,7 +66,7 @@
options[7] = new Option('Contact: Other Email','$contacts-otheremail$');
options[8] = new Option('Contact: Phone', '$contacts-phone$');
options[9] = new Option('Contact: Mobile', '$contacts-mobile$');
- options[10] = new Option('Contact: Currency', '$contacts-currency$');
+ //options[10] = new Option('Contact: Currency', '$contacts-currency$');
allOpts[2] = options;
More information about the vtigercrm-commits
mailing list