[Vtigercrm-commits] [vtiger-commits] r4681 - /vtigercrm/trunk/modules/Invoice/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 06:59:20 EST 2006
Author: saraj
Date: Wed Mar 29 04:59:14 2006
New Revision: 4681
Log:
Added the 2nd argument - modulename in the showDefaultCustomView function Ahmed
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 Mar 29 04:59:14 2006
@@ -94,7 +94,7 @@
<a href="index.php?module=CustomView&action=Delete&dmodule=Invoice&record='.$viewid.'">'.$app_strings['LNK_CV_DELETE'].'</a></td>';
}
$customstrings = '<td align="right">'.$app_strings[LBL_VIEW].'</td>
- <td><SELECT NAME="viewname" class="small" onchange="showDefaultCustomView(this)">
+ <td><SELECT NAME="viewname" class="small" onchange="showDefaultCustomView(this,\'Invoice\')">
'.$customviewcombo_html.'
</SELECT></td>
'.$cvHTML;
More information about the vtigercrm-commits
mailing list