Capitalize marketplace factory class to support recent router changes (#16238)

This commit is contained in:
Suraj Shetty 2018-12-19 10:15:59 +05:30 committed by Rushabh Mehta
parent e165fc0e1b
commit 5555bf82f8

View File

@ -1,6 +1,6 @@
frappe.provide('erpnext.hub');
frappe.views.marketplaceFactory = class marketplaceFactory extends frappe.views.Factory {
frappe.views.MarketplaceFactory = class MarketplaceFactory extends frappe.views.Factory {
show() {
is_marketplace_disabled()
.then(disabled => {