[Vtigercrm-commits] [vtiger-commits] r6870 - /vtigercrm/trunk/modules/Invoice/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 31 09:51:48 EDT 2006
Author: don
Date: Wed May 31 07:51:44 2006
New Revision: 6870
Log:
change owner added for invoice
Modified:
vtigercrm/trunk/modules/Invoice/ListView.php
Modified: vtigercrm/trunk/modules/Invoice/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Invoice/ListView.php (original)
+++ vtigercrm/trunk/modules/Invoice/ListView.php Wed May 31 07:51:44 2006
@@ -85,7 +85,7 @@
$customviewcombo_html = $oCustomView->getCustomViewCombo($viewid);
$viewnamedesc = $oCustomView->getCustomViewByCvid($viewid);
//<<<<<customview>>>>>
-
+$smarty->assign("CHANGE_OWNER",getUserslist());
if(isPermitted('Invoice','Delete','') == 'yes')
{
$other_text['del'] = $app_strings[LBL_MASS_DELETE];
More information about the vtigercrm-commits
mailing list