From 5be239fced7b2e5e2614508176dcf4fa81ef2c29 Mon Sep 17 00:00:00 2001 From: Westech Admin Date: Wed, 20 May 2026 23:30:09 +0000 Subject: [PATCH] fix: Pallet data_status options to D0/D1 only --- westech_r2/fixtures/custom_doctype.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/westech_r2/fixtures/custom_doctype.json b/westech_r2/fixtures/custom_doctype.json index e4fd74e..4bc3eba 100644 --- a/westech_r2/fixtures/custom_doctype.json +++ b/westech_r2/fixtures/custom_doctype.json @@ -1620,7 +1620,7 @@ "oldfieldname": null, "fieldtype": "Select", "oldfieldtype": null, - "options": "\nActive\nCleared\nN/A", + "options": "\nD0\nD1", "search_index": 0, "show_dashboard": 0, "hidden": 0,