[Vtigercrm-commits] [vtiger-commits] r5391 - /vtigercrm/trunk/modules/PurchaseOrder/DetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 26 09:45:42 EDT 2006
Author: don
Date: Wed Apr 26 07:45:38 2006
New Revision: 5391
Log:
Removed call to tabPerData
Modified:
vtigercrm/trunk/modules/PurchaseOrder/DetailView.php
Modified: vtigercrm/trunk/modules/PurchaseOrder/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/DetailView.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/DetailView.php Wed Apr 26 07:45:38 2006
@@ -67,7 +67,6 @@
$category = getParentTab();
$smarty->assign("CATEGORY",$category);
-$permissionData = $_SESSION['action_permission_set'];
if(isPermitted("PurchaseOrder",1,$_REQUEST['record']) == 'yes')
$smarty->assign("EDIT_DUPLICATE","permitted");
@@ -76,9 +75,6 @@
if(isPermitted("PurchaseOrder",2,$_REQUEST['record']) == 'yes')
$smarty->assign("DELETE","permitted");
-//Security check for related list
-$tab_per_Data = getAllTabsPermission($profile_id);
-$permissionData = $_SESSION['action_permission_set'];
//Get the associated Products and then display above Terms and Conditions
$smarty->assign("ASSOCIATED_PRODUCTS",getDetailAssociatedProducts('PurchaseOrder',$focus));
More information about the vtigercrm-commits
mailing list