From 4f0c26208b0fb24938ed12cd21e29eb7de949735 Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Fri, 15 May 2026 16:07:09 +0000 Subject: [PATCH] Drop Obligation Pacts section from Company custom fields The E-Taxes Obligation Pact doctype is being removed; the in-form list section + HTML field that hosted it on Company are no longer needed. Cleanup of leftover Custom Field rows on existing sites is handled by jey_wizard's v0_1_27 patch. Co-Authored-By: Claude Opus 4.7 (1M context) --- jey_erp/custom_fields.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/jey_erp/custom_fields.py b/jey_erp/custom_fields.py index 06935a7..e8a195c 100644 --- a/jey_erp/custom_fields.py +++ b/jey_erp/custom_fields.py @@ -1769,24 +1769,11 @@ def create_custom_fields(): options='
Loading...
', insert_after='bank_accounts_list_section', ), - dict( - fieldname='obligation_pacts_list_section', - label='Obligation Pacts', - fieldtype='Section Break', - insert_after='bank_accounts_list_html', - collapsible=1, - ), - dict( - fieldname='obligation_pacts_list_html', - fieldtype='HTML', - options='
Loading...
', - insert_after='obligation_pacts_list_section', - ), dict( fieldname='presented_certificates_list_section', label='Presented Certificates', fieldtype='Section Break', - insert_after='obligation_pacts_list_html', + insert_after='bank_accounts_list_html', collapsible=1, ), dict(