fix: move sales manager page to correct directory

This commit is contained in:
root
2026-05-17 15:56:04 +00:00
parent 2bfc159356
commit c2bf3a4f25
8 changed files with 0 additions and 26 deletions
@@ -1,7 +0,0 @@
frappe.pages['sales-manager'].on_page_load = function(wrapper) {
var page = frappe.ui.make_app_page({
parent: wrapper,
title: 'Sales Manager',
single_column: true
});
}
@@ -1,19 +0,0 @@
{
"content": null,
"creation": "2026-05-17 08:50:06.927009",
"docstatus": 0,
"doctype": "Page",
"idx": 0,
"modified": "2026-05-17 08:50:06.927009",
"modified_by": "Administrator",
"module": "Westech R2",
"name": "sales-manager",
"owner": "Administrator",
"page_name": "sales-manager",
"roles": [],
"script": null,
"standard": "Yes",
"style": null,
"system_page": 0,
"title": "Sales Manager"
}