fix(intake): set standard=No so custom app page loads, not core frappe page

The intake page in westech_r2 app now properly overrides the core page.
Customer search, CRM auto-fill, and all business logic lives in the
westech_r2 app where it belongs. Core frappe/core/page/intake is untouched.
This commit is contained in:
Westech Admin
2026-05-21 05:47:24 +00:00
parent ee57b903d6
commit 8ade73a877
10 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -16,7 +16,7 @@
} }
], ],
"script": null, "script": null,
"standard": "Yes", "standard": "No",
"style": null, "style": null,
"system_page": 0, "system_page": 0,
"title": "Intake Station" "title": "Intake Station"
+2 -2
View File
@@ -17,8 +17,8 @@
} }
], ],
"script": null, "script": null,
"standard": "Yes", "standard": "No",
"style": null, "style": null,
"system_page": 0, "system_page": 0,
"title": "Receiving" "title": "Receiving"
} }