Merge pull request #14329 from pratu16x7/hub-fixes

[hub][minor] remove links #14309
This commit is contained in:
Prateeksha Singh
2018-06-04 10:28:47 +05:30
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -352,7 +352,7 @@ erpnext.hub.ItemListing = class ItemListing extends erpnext.hub.HubListing {
setup_defaults() {
super.setup_defaults();
this.doctype = 'Hub Item';
this.page_title = __('Products');
this.page_title = __('Marketplace');
this.fields = ['name', 'hub_item_code', 'image', 'item_name', 'item_code', 'company_name', 'description', 'country'];
this.filters = [];
}