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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 26 09:07:49 EDT 2006


Author: don
Date: Wed Apr 26 07:07:45 2006
New Revision: 5385

Log:
Removed call to tabPerData

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 Wed Apr 26 07:07:45 2006
@@ -66,7 +66,6 @@
 $category = getParentTab();
 $smarty->assign("CATEGORY",$category);
 
-$permissionData = $_SESSION['action_permission_set'];
 if(isPermitted("Quotes",1,$_REQUEST['record']) == 'yes')
 	$smarty->assign("EDIT_DUPLICATE","permitted");
 
@@ -83,9 +82,6 @@
 	$smarty->assign("DELETE","permitted");
 
 
-//Security check for related list
-$tab_per_Data = getAllTabsPermission($profile_id);
-$permissionData = $_SESSION['action_permission_set'];
 $smarty->assign("CONVERTMODE",'quotetoinvoice');
 $smarty->assign("MODULE", $currentModule);
 





More information about the vtigercrm-commits mailing list