[Vtigercrm-commits] [vtiger-commits] r4689 - /vtigercrm/trunk/modules/SalesOrder/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 07:10:19 EST 2006
Author: saraj
Date: Wed Mar 29 05:10:00 2006
New Revision: 4689
Log:
Added the 2nd argument - modulename in the showDefaultCustomView function Ahmed
Modified:
vtigercrm/trunk/modules/SalesOrder/ListView.php
Modified: vtigercrm/trunk/modules/SalesOrder/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/SalesOrder/ListView.php (original)
+++ vtigercrm/trunk/modules/SalesOrder/ListView.php Wed Mar 29 05:10:00 2006
@@ -125,7 +125,7 @@
<a href="index.php?module=CustomView&action=Delete&dmodule=SalesOrder&record='.$viewid.'">'.$app_strings['LNK_CV_DELETE'].'</a></td>';
}
$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,\'SalesOrder\')">
'.$customviewcombo_html.'
</SELECT></td>
'.$cvHTML;
More information about the vtigercrm-commits
mailing list