From c3513acd6e59f146af90532b2d7725e327da833d Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sun, 9 Aug 2026 17:00:54 +0200 Subject: [PATCH] Fix barcode modal initialization The petite-vue upgrade to 0.4 required a vue: prefix, but this was not applied when it was bumped, breaking the initialization of the component. --- app/views/orders/_order_scanner_modal.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/orders/_order_scanner_modal.html.erb b/app/views/orders/_order_scanner_modal.html.erb index 1f96b8d7..a5a6835a 100644 --- a/app/views/orders/_order_scanner_modal.html.erb +++ b/app/views/orders/_order_scanner_modal.html.erb @@ -1,7 +1,7 @@