From 813699b7cb46bb5038ebe98558180d7739a42d59 Mon Sep 17 00:00:00 2001 From: Westech Admin Date: Thu, 21 May 2026 05:47:24 +0000 Subject: [PATCH] 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. --- westech_r2/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 188 bytes westech_r2/__pycache__/hooks.cpython-312.pyc | Bin 0 -> 862 bytes westech_r2/page/intake/intake.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 westech_r2/__pycache__/__init__.cpython-312.pyc create mode 100644 westech_r2/__pycache__/hooks.cpython-312.pyc diff --git a/westech_r2/__pycache__/__init__.cpython-312.pyc b/westech_r2/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b2fbe3d184f24793d3a5fa0ea62ab65216276c5 GIT binary patch literal 188 zcmX@j%ge<81UtWSWQhUk#~=<2FhUuhIe?7m3@Hpz43&(UOjWD~dIoxiewvK8xZ~r? zQj3Z+^Yh~4S2BDCssH7upOK%Ns-ISrSWu9vpITIqms(Mxo0OWDoS_dCD%LMgEiOq- z&WJBELT1LtXXa&=#K-FuRQ}?y$<0qG%}KQ@Vgs58az-)8l^>WH85wWzi8gWiRM DuWAPb9ZhVPlmsM zjfIJgzlEh^bSwWrpj#)-PC_feNq+u5zaRI#_x!_k9Yde@pW5e7tA_EjAj?xQ`~iui?61KQnOSo9Q=j^UU;{*upk3wRN;@;dY5#Z989UzBTD? z^ptZ6LP8h?e3&`MbL<@qRda!}X9q*?h@)^s;xq4*aqn*sgp-g07s^o8ce_U$HPw8@ z!lOw7S$jJbl8wC`0u*QNHYE^C?=a*fk;*=1d?XSSf@%U!Vz`p3bppCJ1Oi<^HoVi+ z$1Ie(Vn0EYf?U4R1S6@VffGc7n2BubKRF_d0H+jikdSbcCjEaufD9y&6qI#=C@G3& z&+k=23F$8`i5MG+{xT|v5XYBDE0%g@BHO%|w3JL4!u`^Oh=wUG6iX%%6?#;S{j#B~ zceoVk?Uy1m`>^cF+heNsR+re@u$6_9B#6-%lwF{?WVe7xdP0eafU9mnF^F==gvIkv z7$ZVetME}0LM(Kvr{qee9E5T?d`Jn`1JZt>9IZTn3%x4w-MA@!xZABk#Ktf<d_kB1YRx-J@UXEF@f-SzT%bEHSu{N`+X`0j4T5e6-k8^w4ThHC; z%8R@^ZFe;7tmduXje5J1TeF_A^5kesSCf^c TXGasa@#~@6seE+!n!fT6k%uEM literal 0 HcmV?d00001 diff --git a/westech_r2/page/intake/intake.json b/westech_r2/page/intake/intake.json index a2db177..c7b9a14 100644 --- a/westech_r2/page/intake/intake.json +++ b/westech_r2/page/intake/intake.json @@ -16,7 +16,7 @@ } ], "script": null, - "standard": "Yes", + "standard": "No", "style": null, "system_page": 0, "title": "Intake Station"