[Vtigercrm-commits] [vtiger-commits] r7656 - /vtigercrm/trunk/modules/Quotes/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jun 29 02:06:44 EDT 2006


Author: saraj
Date: Thu Jun 29 00:06:40 2006
New Revision: 7656

Log:
* Modified the SINGLE_MOD value from ['Quote'] to 'Quote'

Modified:
    vtigercrm/trunk/modules/Quotes/DetailView.php

Modified: vtigercrm/trunk/modules/Quotes/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/DetailView.php (original)
+++ vtigercrm/trunk/modules/Quotes/DetailView.php Thu Jun 29 00:06:40 2006
@@ -62,7 +62,7 @@
 
 $smarty->assign("CUSTOMFIELD", $cust_fld);
 $smarty->assign("ID", $_REQUEST['record']);
-$smarty->assign("SINGLE_MOD",$app_strings['Quote']);
+$smarty->assign("SINGLE_MOD",'Quote');
 $category = getParentTab();
 $smarty->assign("CATEGORY",$category);
 





More information about the vtigercrm-commits mailing list