[Vtigercrm-commits] [vtiger-commits] r9699 - /vtigercrm/branches/5.0.2/Smarty/templates/CreateEmailTemplate.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 04:17:54 EDT 2006


Author: richie
Date: Thu Oct 26 02:17:49 2006
New Revision: 9699

Log:
* Changed the salutationtype to salutation which cause error in email template merger, Fixes #2273

Modified:
    vtigercrm/branches/5.0.2/Smarty/templates/CreateEmailTemplate.tpl

Modified: vtigercrm/branches/5.0.2/Smarty/templates/CreateEmailTemplate.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/CreateEmailTemplate.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/CreateEmailTemplate.tpl Thu Oct 26 02:17:49 2006
@@ -60,7 +60,7 @@
                 
                 options[1] = new Option('Contact: First Name', '$contacts-firstname$'); 
                 options[2] = new Option('Contact: Last Name', '$contacts-lastname$'); 
-                options[3] = new Option('Contact: Salutation', '$contacts-salutationtype$'); 
+                options[3] = new Option('Contact: Salutation', '$contacts-salutation$'); 
                 options[4] = new Option('Contact: Title', '$contacts-title$'); 
                 options[5] = new Option('Contact: Email', '$contacts-email$'); 
                 options[6] = new Option('Contact: Department', '$contacts-department$'); 
@@ -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-salutationtype$'); 
+                options[11] = new Option('Lead: Salutation', '$leads-salutation$'); 
             
 	        allOpts[3] = options;
 





More information about the vtigercrm-commits mailing list