[Vtigercrm-commits] [vtiger-commits] r7400 - /vtigercrm/trunk/modules/PriceBooks/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 21 14:00:39 EDT 2006


Author: richie
Date: Wed Jun 21 12:00:31 2006
New Revision: 7400

Log:
fixed the detail view ajax edit issues

Modified:
    vtigercrm/trunk/modules/PriceBooks/DetailView.php

Modified: vtigercrm/trunk/modules/PriceBooks/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/PriceBooks/DetailView.php (original)
+++ vtigercrm/trunk/modules/PriceBooks/DetailView.php Wed Jun 21 12:00:31 2006
@@ -72,5 +72,6 @@
 
 $smarty->assign("MODULE", $currentModule);
 $smarty->assign("SINGLE_MOD",$app_strings['PriceBook']);
+$smarty->assign("EDIT_PERMISSION",isPermitted($currentModule,'EditView',$_REQUEST[record]));
 $smarty->display("Inventory/InventoryDetailView.tpl");
 ?>





More information about the vtigercrm-commits mailing list