[Vtigercrm-commits] [vtiger-commits] r5790 - /vtigercrm/trunk/include/utils/EditViewUtils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 9 07:47:43 EDT 2006


Author: saraj
Date: Tue May  9 05:47:33 2006
New Revision: 5790

Log:
changes made to fix the issue 699

Modified:
    vtigercrm/trunk/include/utils/EditViewUtils.php

Modified: vtigercrm/trunk/include/utils/EditViewUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/EditViewUtils.php (original)
+++ vtigercrm/trunk/include/utils/EditViewUtils.php Tue May  9 05:47:33 2006
@@ -148,7 +148,7 @@
 
 		if($fieldname == 'terms_conditions')//for default Terms & Conditions
 		{
-			if($focus->mode=='edit') $value=getTermsandConditions();
+			$value=getTermsandConditions();
 		}
 
 		$editview_label[]=$mod_strings[$fieldlabel];





More information about the vtigercrm-commits mailing list