[Vtigercrm-commits] [vtiger-commits] r5333 - /vtigercrm/trunk/modules/Quotes/ListView.php

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


Author: richie
Date: Tue Apr 25 03:06:20 2006
New Revision: 5333

Log:
function added to support mass change owner in listviews

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

Modified: vtigercrm/trunk/modules/Quotes/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/ListView.php (original)
+++ vtigercrm/trunk/modules/Quotes/ListView.php Tue Apr 25 03:06:20 2006
@@ -74,7 +74,7 @@
 $customviewcombo_html = $oCustomView->getCustomViewCombo($viewid);
 $viewnamedesc = $oCustomView->getCustomViewByCvid($viewid);
 //<<<<<customview>>>>>
-
+$smarty->assign("CHANGE_OWNER",getUserslist());
 
 if(isPermitted('Quotes',2,'') == 'yes')
 {





More information about the vtigercrm-commits mailing list