mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +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.provide('erpnext.hub');
|
||||||
|
|
||||||
frappe.views.marketplaceFactory = class marketplaceFactory extends frappe.views.Factory {
|
frappe.views.MarketplaceFactory = class MarketplaceFactory extends frappe.views.Factory {
|
||||||
show() {
|
show() {
|
||||||
is_marketplace_disabled()
|
is_marketplace_disabled()
|
||||||
.then(disabled => {
|
.then(disabled => {
|
||||||
|
|||||||
Reference in New Issue
Block a user