[Vtigercrm-commits] [vtiger-commits] r7395 - /vtigercrm/trunk/modules/HelpDesk/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 21 13:44:04 EDT 2006


Author: richie
Date: Wed Jun 21 11:43:55 2006
New Revision: 7395

Log:
fixed the detail view ajax issue

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

Modified: vtigercrm/trunk/modules/HelpDesk/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/HelpDesk/DetailView.php (original)
+++ vtigercrm/trunk/modules/HelpDesk/DetailView.php Wed Jun 21 11:43:55 2006
@@ -101,6 +101,7 @@
 $smarty->assign("COMMENT_BLOCK",$focus->getCommentInformation($_REQUEST['record']));
 
 $smarty->assign("MODULE",$currentModule);
+$smarty->assign("EDIT_PERMISSION",isPermitted($currentModule,'EditView',$_REQUEST[record]));
 $smarty->display("DetailView.tpl");
 $focus->id = $_REQUEST['record'];
 





More information about the vtigercrm-commits mailing list