[Vtigercrm-commits] [vtiger-commits] r9793 - /vtigercrm/branches/5.0.3/modules/PriceBooks/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Nov 8 02:46:28 EST 2006


Author: richie
Date: Wed Nov  8 00:46:20 2006
New Revision: 9793

Log:
Hard Coded check for releated lists removed

Modified:
    vtigercrm/branches/5.0.3/modules/PriceBooks/DetailView.php

Modified: vtigercrm/branches/5.0.3/modules/PriceBooks/DetailView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/PriceBooks/DetailView.php (original)
+++ vtigercrm/branches/5.0.3/modules/PriceBooks/DetailView.php Wed Nov  8 00:46:20 2006
@@ -80,6 +80,7 @@
 	$related_array = getRelatedLists($currentModule,$focus);
 	$smarty->assign("RELATEDLISTS", $related_array);
 }
+$smarty->assign("IS_REL_LIST",isPresentRelatedLists($currentModule));
 
 $smarty->assign("SinglePane_View", $singlepane_view);
 





More information about the vtigercrm-commits mailing list