From 36e4d84d9fd5fd2ac87a51b94d57ae0b96081b39 Mon Sep 17 00:00:00 2001 From: Casey Date: Wed, 7 Jan 2026 08:54:35 -0600 Subject: [PATCH] update fixture hooks --- custom_ui/hooks.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom_ui/hooks.py b/custom_ui/hooks.py index a3b62e2..dd8f28e 100644 --- a/custom_ui/hooks.py +++ b/custom_ui/hooks.py @@ -193,9 +193,17 @@ fixtures = [ ["dt", "=", "Quotation"], ["fieldname", "=", "custom_quotation_template"] ] + }, + { + "dt": "Custom Field", + "filters": [ + ["dt", "=", "Lead"], + ["fieldname", "=", "custom_customer_name"] + ] } ] + # Scheduled Tasks # ---------------