[Vtigercrm-commits] [vtiger-commits] r4688 - /vtigercrm/trunk/modules/Quotes/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 29 07:08:07 EST 2006


Author: saraj
Date: Wed Mar 29 05:07:50 2006
New Revision: 4688

Log:
Added the 2nd argument - modulename in the showDefaultCustomView function Ahmed

Modified:
    vtigercrm/trunk/modules/Quotes/ListView.php

Modified: vtigercrm/trunk/modules/Quotes/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Quotes/ListView.php (original)
+++ vtigercrm/trunk/modules/Quotes/ListView.php Wed Mar 29 05:07:50 2006
@@ -101,7 +101,7 @@
 <a href="index.php?module=CustomView&action=Delete&dmodule=Quotes&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,\'Quotes\')">
 				'.$customviewcombo_html.'
                         </SELECT></td>
 			'.$cvHTML;





More information about the vtigercrm-commits mailing list