mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 21:48:27 +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,
|
||||
title: __("Point of Sale"),
|
||||
single_column: true,
|
||||
hide_sidebar: true,
|
||||
});
|
||||
|
||||
frappe.require("point-of-sale.bundle.js", function () {
|
||||
|
||||
Reference in New Issue
Block a user