From c674180f1a1e66a1f35a63ebb4351f69a8127469 Mon Sep 17 00:00:00 2001 From: marination Date: Mon, 11 Apr 2022 15:32:36 +0530 Subject: [PATCH] style: Missing Semicolon (cherry picked from commit be2e5ce966bb206777c35398ae6fb99f1dcd7e79) --- erpnext/manufacturing/doctype/work_order/work_order.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/manufacturing/doctype/work_order/work_order.js b/erpnext/manufacturing/doctype/work_order/work_order.js index 602319eda7a..9b0c8382c53 100644 --- a/erpnext/manufacturing/doctype/work_order/work_order.js +++ b/erpnext/manufacturing/doctype/work_order/work_order.js @@ -542,7 +542,7 @@ erpnext.work_order = { if (show_start_btn) { let pending_to_transfer = frm.doc.required_items.some( item => flt(item.transferred_qty) < flt(item.required_qty) - ) + ); if (pending_to_transfer && frm.doc.status != 'Stopped') { frm.has_start_btn = true; frm.add_custom_button(__('Create Pick List'), function() {