Skip to content

Commit

Permalink
Fix email vendor saving
Browse files Browse the repository at this point in the history
  • Loading branch information
MazheM committed Oct 13, 2013
1 parent 7be3eb4 commit 3e180e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/components/minishop2/js/mgr/settings/vendor.grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ miniShop2.grid.Vendor = function(config) {
,baseParams: {
action: 'mgr/settings/vendor/getlist'
}
,fields: ['id','name','resource','country','logo','address','phone','fax','description']
,fields: ['id','name','resource','country','email','logo','address','phone','fax','description']
,autoHeight: true
,paging: true
,remoteSort: true
Expand Down Expand Up @@ -174,4 +174,4 @@ miniShop2.window.UpdateVendor = function(config) {
miniShop2.window.UpdateVendor.superclass.constructor.call(this,config);
};
Ext.extend(miniShop2.window.UpdateVendor,MODx.Window);
Ext.reg('minishop2-window-vendor-update',miniShop2.window.UpdateVendor);
Ext.reg('minishop2-window-vendor-update',miniShop2.window.UpdateVendor);

0 comments on commit 3e180e0

Please sign in to comment.