[Vtigercrm-commits] [vtiger-commits] r4687 - /vtigercrm/trunk/modules/PurchaseOrder/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 07:06:42 EST 2006
Author: saraj
Date: Wed Mar 29 05:06:37 2006
New Revision: 4687
Log:
Added the 2nd argument - modulename in the showDefaultCustomView function Ahmed
Modified:
vtigercrm/trunk/modules/PurchaseOrder/ListView.php
Modified: vtigercrm/trunk/modules/PurchaseOrder/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/PurchaseOrder/ListView.php (original)
+++ vtigercrm/trunk/modules/PurchaseOrder/ListView.php Wed Mar 29 05:06:37 2006
@@ -98,7 +98,7 @@
}
$custom_view_strings='<td>'.$app_strings[LBL_VIEW].'</td>
<td style="padding-left:5px;padding-right:5px">
- <SELECT NAME="viewname" class="small" onchange="showDefaultCustomView(this)">
+ <SELECT NAME="viewname" class="small" onchange="showDefaultCustomView(this,\'PurchaseOrder\')">
'.$customviewcombo_html.'
</SELECT></td>
'.$cvHTML;
More information about the vtigercrm-commits
mailing list