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
+2 -2
View File
@@ -17,8 +17,8 @@
}
],
"script": null,
"standard": "Yes",
"standard": "No",
"style": null,
"system_page": 0,
"title": "Receiving"
}
}