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:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"script": null,
|
"script": null,
|
||||||
"standard": "Yes",
|
"standard": "No",
|
||||||
"style": null,
|
"style": null,
|
||||||
"system_page": 0,
|
"system_page": 0,
|
||||||
"title": "Receiving"
|
"title": "Receiving"
|
||||||
|
|||||||
Reference in New Issue
Block a user