[Vtigercrm-commits] [vtiger-commits] r5329 - /vtigercrm/trunk/modules/HelpDesk/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 05:04:41 EDT 2006
Author: richie
Date: Tue Apr 25 03:04:37 2006
New Revision: 5329
Log:
function added to support mass change owner in listviews
Modified:
vtigercrm/trunk/modules/HelpDesk/ListView.php
Modified: vtigercrm/trunk/modules/HelpDesk/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/HelpDesk/ListView.php (original)
+++ vtigercrm/trunk/modules/HelpDesk/ListView.php Tue Apr 25 03:04:37 2006
@@ -73,7 +73,7 @@
$customviewcombo_html = $oCustomView->getCustomViewCombo($viewid);
$viewnamedesc = $oCustomView->getCustomViewByCvid($viewid);
//<<<<<customview>>>>>
-
+$smarty->assign("CHANGE_OWNER",getUserslist());
if($viewid != 0)
{
$CActionDtls = $oCustomView->getCustomActionDetails($viewid);
More information about the vtigercrm-commits
mailing list