[Vtigercrm-commits] [vtiger-commits] r4686 - /vtigercrm/trunk/modules/Products/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 07:05:38 EST 2006
Author: saraj
Date: Wed Mar 29 05:05:33 2006
New Revision: 4686
Log:
Added the 2nd argument - modulename in the showDefaultCustomView function Ahmed
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 Wed Mar 29 05:05:33 2006
@@ -108,7 +108,7 @@
$other_text['del'] = $app_strings[LBL_MASS_DELETE];
}
$customstrings ='<td align="right" class="small">'.$app_strings[LBL_VIEW].'</td>
- <td><SELECT NAME="viewname" class="small" onchange="showDefaultCustomView(this)">
+ <td><SELECT NAME="viewname" class="small" onchange="showDefaultCustomView(this,\'Products\')">
'.$customviewcombo_html.'
</SELECT></td>
'.$cvHTML;
More information about the vtigercrm-commits
mailing list