mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix(pos): hide sidebar
This commit is contained in:
@@ -5,6 +5,7 @@ frappe.pages["point-of-sale"].on_page_load = function (wrapper) {
|
|||||||
parent: wrapper,
|
parent: wrapper,
|
||||||
title: __("Point of Sale"),
|
title: __("Point of Sale"),
|
||||||
single_column: true,
|
single_column: true,
|
||||||
|
hide_sidebar: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
frappe.require("point-of-sale.bundle.js", function () {
|
frappe.require("point-of-sale.bundle.js", function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user