[Vtigercrm-commits] [vtiger-commits] r9795 - /vtigercrm/branches/5.0.3/modules/PurchaseOrder/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Nov 8 02:51:06 EST 2006


Author: richie
Date: Wed Nov  8 00:50:57 2006
New Revision: 9795

Log:
Hard Coded check for releated lists removed

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

Modified: vtigercrm/branches/5.0.3/modules/PurchaseOrder/DetailView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/PurchaseOrder/DetailView.php (original)
+++ vtigercrm/branches/5.0.3/modules/PurchaseOrder/DetailView.php Wed Nov  8 00:50:57 2006
@@ -92,6 +92,8 @@
 $smarty->assign("CHECK", $check_button);
 $smarty->assign("EDIT_PERMISSION",isPermitted($currentModule,'EditView',$_REQUEST[record]));
 
+$smarty->assign("IS_REL_LIST",isPresentRelatedLists($currentModule));
+
 if($singlepane_view == 'true')
 {
 	$related_array = getRelatedLists($currentModule,$focus);





More information about the vtigercrm-commits mailing list