From b580057fda44dc3f57bc39e612af9461c3ebca5a Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Sun, 7 Jun 2026 17:43:28 +0100 Subject: Fix xorder lost on xref edit; widen component_order Order column All edit_xref templates were missing a hidden xorder field, causing LibertyXref::verify() to default it to 0 on every save. Added the hidden field to all four stock edit_xref templates (bom, bompck, pck, sup). component_order.tpl: Order column widened to 7em so 4-digit xorder values are not clipped. Co-Authored-By: Claude Sonnet 4.6 --- templates/stockassembly/edit_xref_bompck_item.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/stockassembly/edit_xref_bompck_item.tpl') diff --git a/templates/stockassembly/edit_xref_bompck_item.tpl b/templates/stockassembly/edit_xref_bompck_item.tpl index 72acbd2..adb401b 100644 --- a/templates/stockassembly/edit_xref_bompck_item.tpl +++ b/templates/stockassembly/edit_xref_bompck_item.tpl @@ -9,6 +9,7 @@ +
{formlabel label="Component"} -- cgit v1.3