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