From 3d1fac97b09847e616f6ea24784260b4b7f2f199 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 14 Jul 2026 16:08:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20load=5Fpath=E8=A1=A5=E5=85=85customer=5F?= =?UTF-8?q?sale=5Fassign=5Fform=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/load_path.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/load_path.py b/scripts/load_path.py index d1bc9b0..eba8072 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -195,6 +195,8 @@ PATHS_SALE.extend([ f"/{MOD}/free_customer_assign/index.ui", f"/{MOD}/customer_reassign", f"/{MOD}/customer_reassign/index.ui", + f"/{MOD}/customer_sale_assign_form.ui", + f"/{MOD}/customer_sale_assign_form.dspy", ]) # ============================================================