[Vtigercrm-commits] [vtiger-commits] r10139 - /vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Feb 2 00:01:00 EST 2007


Author: richie
Date: Thu Feb  1 22:00:54 2007
New Revision: 10139

Log:
fix for ticketid:2956

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

Modified: vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl Thu Feb  1 22:00:54 2007
@@ -85,8 +85,8 @@
 				{foreach item=arr from=$fldvalue}
 					{foreach key=sel_value item=value from=$arr}
 						<option value="{$sel_value}" {$value}>
-                                                {if $APP.$sel_value neq ''}
-                                                {$APP.$sel_value}
+                                                {if $MOD.$sel_value neq ''}
+                                                {$MOD.$sel_value}
                                                 {else}
                                                         {$sel_value}
                                                 {/if}





More information about the vtigercrm-commits mailing list