[Vtigercrm-commits] [vtiger-commits] r5697 - /vtigercrm/trunk/modules/SalesOrder/DetailView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 3 04:55:42 EDT 2006
Author: don
Date: Wed May 3 02:55:38 2006
New Revision: 5697
Log:
Removed the calling of permitted actions from session
Modified:
vtigercrm/trunk/modules/SalesOrder/DetailView.php
Modified: vtigercrm/trunk/modules/SalesOrder/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/DetailView.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/DetailView.php Wed May 3 02:55:38 2006
@@ -68,7 +68,6 @@
$category = getParentTab();
$smarty->assign("CATEGORY",$category);
-$permissionData = $_SESSION['action_permission_set'];
if(isPermitted("SalesOrder","EditView",$_REQUEST['record']) == 'yes')
$smarty->assign("EDIT_DUPLICATE","permitted");
More information about the vtigercrm-commits
mailing list