Sha256: c0ba288d72e673126d88ec25549252ac1c0239af5c0abc3599a36e9ee38b78f8
Contents?: true
Size: 624 Bytes
Versions: 7
Compression:
Stored size: 624 Bytes
Contents
Ext.define("Compass.ErpApp.Organizer.Applications.BillPay.PartyAccountsTab",{ extend:"Compass.ErpApp.Shared.BillingAccountsGridPanel", alias:'widget.billpay', title:'Accounts', listeners:{ activate:function(grid){ var contactsLayout = grid.findParentByType('contactslayout'); if(!Compass.ErpApp.Utility.isBlank(contactsLayout.partyId)){ var store = grid.getStore(); store.proxy.extraParams.party_id = contactsLayout.partyId; store.load({ params:{ start:0, limit:10 } }) } } } });
Version data entries
7 entries across 7 versions & 1 rubygems