mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
fix(marketplace): Capitalize marketplace factory class to support router changes (#16428)
This commit is contained in:
committed by
Faris Ansari
parent
0c44701901
commit
442c85c006
@@ -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