From f647d1e3592f35b5f2c4bff3d0fde4dbae0929f8 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 12 Jan 2026 14:17:48 -0600 Subject: [PATCH] fix: decrease confusion for "add item" dialog when creating order it was not clear to the user, what needs to happen when adding a new item not yet in the system. trick was, had to go to the Quantity tab and choose the UOM. hopefully this helps --- src/sideshow/web/templates/orders/create.mako | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/src/sideshow/web/templates/orders/create.mako b/src/sideshow/web/templates/orders/create.mako index fbf545a..23d4fb1 100644 --- a/src/sideshow/web/templates/orders/create.mako +++ b/src/sideshow/web/templates/orders/create.mako @@ -801,6 +801,7 @@