From d559e049c6949bbabfb309b4b835455e19745da4 Mon Sep 17 00:00:00 2001 From: mikejc Date: Thu, 23 May 2024 19:54:12 -0400 Subject: [PATCH] workorders - rubocop --- workorders.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workorders.lic b/workorders.lic index 4f9fcf15ed..c7011cea86 100644 --- a/workorders.lic +++ b/workorders.lic @@ -777,7 +777,7 @@ class WorkOrders need_part = quantity - tmp_part_count DRC.message("need_part is #{need_part}.") - + # parts are listed by only their noun order_parts([p.split.last], need_part) end