[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 /*+*********************************************************************************** 2 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 3 * ("License"); You may not use this file except in compliance with the License 4 * The Original Code is: vtiger CRM Open Source 5 * The Initial Developer of the Original Code is vtiger. 6 * Portions created by vtiger are Copyright (C) vtiger. 7 * All Rights Reserved. 8 *************************************************************************************/ 9 10 Vtiger_Popup_Js("PriceBooks_Popup_Js",{},{ 11 12 /** 13 * Function to pass params for request 14 */ 15 getCompleteParams : function(){ 16 var params = this._super(); 17 params['currency_id'] = jQuery('#currencyId').val(); 18 return params; 19 }, 20 21 registerEvents: function(){ 22 this._super(); 23 } 24 }); 25
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |