From e4e57463019c9839c4cc80c6de592267388fe5f3 Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Wed, 3 Jun 2026 14:35:41 +0000 Subject: [PATCH] docs(custom-fields): fix stale description on legacy tax_article It is no longer auto-synced (mirror was removed); mark it deprecated and point to the custom_item_tax_articles multi-select. Co-Authored-By: Claude Opus 4.8 --- jey_erp/custom_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jey_erp/custom_fields.py b/jey_erp/custom_fields.py index c855ee0..280d467 100644 --- a/jey_erp/custom_fields.py +++ b/jey_erp/custom_fields.py @@ -913,7 +913,7 @@ def create_custom_fields(): hidden=1, read_only=1, no_copy=1, - description='Auto-synced to the first selected article. Replaced by the multi-select "Tax Articles (multi)" cell.' + description='Deprecated single-value field, no longer populated. Tax articles are stored per item row in the "Tax Articles" multi-select cell (custom_item_tax_articles). Kept for historic data only.' ), # --- multi tax-article per item row (click the cell to edit) --- dict(