[Vtigercrm-commits] [vtiger-commits] r5331 - /vtigercrm/trunk/modules/Products/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 05:05:46 EDT 2006


Author: richie
Date: Tue Apr 25 03:05:41 2006
New Revision: 5331

Log:
function added to support mass change owner in listviews

Modified:
    vtigercrm/trunk/modules/Products/ListView.php

Modified: vtigercrm/trunk/modules/Products/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Products/ListView.php (original)
+++ vtigercrm/trunk/modules/Products/ListView.php Tue Apr 25 03:05:41 2006
@@ -82,6 +82,8 @@
 $customviewcombo_html = $oCustomView->getCustomViewCombo($viewid);
 $viewnamedesc = $oCustomView->getCustomViewByCvid($viewid);
 //<<<<<customview>>>>>
+
+$smarty->assign("CHANGE_OWNER",getUserslist());
 if($viewnamedesc['viewname'] == 'All')
 {
 	$smarty->assign("ALL", 'All');





More information about the vtigercrm-commits mailing list