mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 18:54:55 +00:00
Capitalize marketplace factory class to support recent router changes (#16238)
This commit is contained in:
committed by
Rushabh Mehta
parent
e165fc0e1b
commit
5555bf82f8
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user