From eb3a96907061ea6d1fe6e00cdc34360fe9f8a8fd Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 2 Jul 2021 19:02:34 +0000 Subject: [PATCH] --- ayanova/src/components/work-order-item-parts.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ayanova/src/components/work-order-item-parts.vue b/ayanova/src/components/work-order-item-parts.vue index 7893e57d..94b170ff 100644 --- a/ayanova/src/components/work-order-item-parts.vue +++ b/ayanova/src/components/work-order-item-parts.vue @@ -545,10 +545,11 @@ export default { this.activeItemIndex ].serials; - serials = serials.trim(); - if (!window.$gz.util.stringIsNullOrEmpty(serials)) { + serials = serials.trim(); serials += ","; + } else { + serials = ""; } serials += this.selectedSerials.join(",");