[Vtigercrm-commits] [vtiger-commits] r9914 - /vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Nov 27 10:36:07 EST 2006


Author: richie
Date: Mon Nov 27 08:36:02 2006
New Revision: 9914

Log:
changes made fix empty combo list in quick create

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl Mon Nov 27 08:36:02 2006
@@ -69,7 +69,7 @@
 					<select name="{$fldname}">
 					{foreach item=arr from=$fldvalue}
 						{foreach key=sel_value item=value from=$arr}
-							<option value="{$sel_value}" {$value}>{$MOD.$sel_value}</option>
+							<option value="{$sel_value}" {$value}>{$sel_value}</option>
 						{/foreach}
 					{/foreach}
 					</select>





More information about the vtigercrm-commits mailing list