fix(pos): hide sidebar

This commit is contained in:
diptanilsaha
2026-01-05 13:25:31 +05:30
parent daabb42ad7
commit 84612d676b

View File

@@ -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 () {