[Vtigercrm-commits] [vtiger-commits] r7405 - /vtigercrm/trunk/modules/Vendors/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 21 14:05:35 EDT 2006


Author: richie
Date: Wed Jun 21 12:05:27 2006
New Revision: 7405

Log:
fixed the detail view ajax edit issues

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

Modified: vtigercrm/trunk/modules/Vendors/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Vendors/DetailView.php (original)
+++ vtigercrm/trunk/modules/Vendors/DetailView.php Wed Jun 21 12:05:27 2006
@@ -68,7 +68,7 @@
 $smarty->assign("VALIDATION_DATA_FIELDNAME",$data['fieldname']);
 $smarty->assign("VALIDATION_DATA_FIELDDATATYPE",$data['datatype']);
 $smarty->assign("VALIDATION_DATA_FIELDLABEL",$data['fieldlabel']);
-
+$smarty->assign("EDIT_PERMISSION",isPermitted($currentModule,'EditView',$_REQUEST[record]));
 $smarty->display("Inventory/InventoryDetailView.tpl");
 
 ?>





More information about the vtigercrm-commits mailing list