[Vtigercrm-commits] [vtiger-commits] r9544 - /vtigercrm/branches/5.0.1/Smarty/templates/CreateEmailTemplate.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Sep 29 02:37:31 EDT 2006
Author: richie
Date: Fri Sep 29 00:37:24 2006
New Revision: 9544
Log:
The field name for leads salutation is changed to salutation type
Modified:
vtigercrm/branches/5.0.1/Smarty/templates/CreateEmailTemplate.tpl
Modified: vtigercrm/branches/5.0.1/Smarty/templates/CreateEmailTemplate.tpl
==============================================================================
--- vtigercrm/branches/5.0.1/Smarty/templates/CreateEmailTemplate.tpl (original)
+++ vtigercrm/branches/5.0.1/Smarty/templates/CreateEmailTemplate.tpl Fri Sep 29 00:37:24 2006
@@ -86,7 +86,7 @@
options[8] = new Option('Lead: Email', '$leads-email$');
options[9] = new Option('Lead: Annual Revenue', '$leads-annualrevenue$');
options[10] = new Option('Lead: Title', '$leads-designation$');
- options[11] = new Option('Lead: Salutation', '$leads-salutation$');
+ options[11] = new Option('Lead: Salutation', '$leads-salutationtype$');
allOpts[3] = options;
More information about the vtigercrm-commits
mailing list