[Vtigercrm-commits] [vtiger-commits] r7402 - /vtigercrm/trunk/modules/PurchaseOrder/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 21 14:02:41 EDT 2006


Author: richie
Date: Wed Jun 21 12:02:33 2006
New Revision: 7402

Log:
fixed the detail view ajax edit issues

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 Jun 21 12:02:33 2006
@@ -90,6 +90,7 @@
 
 $check_button = Button_Check($module);
 $smarty->assign("CHECK", $check_button);
+$smarty->assign("EDIT_PERMISSION",isPermitted($currentModule,'EditView',$_REQUEST[record]));
 $smarty->display("Inventory/InventoryDetailView.tpl");
 
 





More information about the vtigercrm-commits mailing list