[Vtigercrm-commits] [vtiger-commits] r5334 - /vtigercrm/trunk/modules/SalesOrder/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 05:07:06 EDT 2006
Author: richie
Date: Tue Apr 25 03:07:02 2006
New Revision: 5334
Log:
function added to support mass change owner in listviews
Modified:
vtigercrm/trunk/modules/SalesOrder/ListView.php
Modified: vtigercrm/trunk/modules/SalesOrder/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/ListView.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/ListView.php Tue Apr 25 03:07:02 2006
@@ -102,7 +102,7 @@
$customviewcombo_html = $oCustomView->getCustomViewCombo($viewid);
$viewnamedesc = $oCustomView->getCustomViewByCvid($viewid);
//<<<<<customview>>>>>
-
+$smarty->assign("CHANGE_OWNER",getUserslist());
// Buttons and View options
if(isPermitted('SalesOrder',2,'') == 'yes')
{
More information about the vtigercrm-commits
mailing list