[Vtigercrm-commits] [vtiger-commits] r6303 - /vtigercrm/trunk/modules/Accounts/DetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 23 00:46:31 EDT 2006
Author: saraj
Date: Mon May 22 22:46:28 2006
New Revision: 6303
Log:
added templateid
Modified:
vtigercrm/trunk/modules/Accounts/DetailView.php
Modified: vtigercrm/trunk/modules/Accounts/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/DetailView.php (original)
+++ vtigercrm/trunk/modules/Accounts/DetailView.php Mon May 22 22:46:28 2006
@@ -85,7 +85,7 @@
$tempVal = $adb->fetch_array($wordTemplateResult);
for($templateCount=0;$templateCount<$tempCount;$templateCount++)
{
- $optionString []=$tempVal["filename"];
+ $optionString[$tempVal["templateid"]]=$tempVal["filename"];
$tempVal = $adb->fetch_array($wordTemplateResult);
}
$smarty->assign("WORDTEMPLATEOPTIONS",$app_strings['LBL_SELECT_TEMPLATE_TO_MAIL_MERGE']);
More information about the vtigercrm-commits
mailing list