[Vtigercrm-commits] [vtiger-commits] r7393 - /vtigercrm/trunk/modules/Contacts/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 21 13:40:19 EDT 2006


Author: richie
Date: Wed Jun 21 11:40:11 2006
New Revision: 7393

Log:
fixed the detail view ajax issue

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

Modified: vtigercrm/trunk/modules/Contacts/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Contacts/DetailView.php (original)
+++ vtigercrm/trunk/modules/Contacts/DetailView.php Wed Jun 21 11:40:11 2006
@@ -119,6 +119,7 @@
 $smarty->assign("VALIDATION_DATA_FIELDLABEL",$data['fieldlabel']);
 
 $smarty->assign("MODULE",$currentModule);
+$smarty->assign("EDIT_PERMISSION",isPermitted($currentModule,'EditView',$_REQUEST[record]));
 $smarty->display("DetailView.tpl");
 ?>
 





More information about the vtigercrm-commits mailing list