commit | 23ef51a9819eda14c89b963b1e64a4555b2f95a7 | [log] [tgz] |
---|---|---|
author | 18alantom <2.alan.tom@gmail.com> | Fri Jun 25 15:48:28 2021 +0530 |
committer | 18alantom <2.alan.tom@gmail.com> | Tue Aug 17 16:40:05 2021 +0530 |
tree | ae6c9814e24b52983d2b4445d0f7b6fa7f1929e8 | |
parent | 47a4a3d88898fc13800d90ce9e9b7f62f0b7e272 [diff] |
fix: sider
diff --git a/erpnext/manufacturing/doctype/bom/bom.js b/erpnext/manufacturing/doctype/bom/bom.js index 7e755d4..7de7e17 100644 --- a/erpnext/manufacturing/doctype/bom/bom.js +++ b/erpnext/manufacturing/doctype/bom/bom.js
@@ -667,7 +667,7 @@ const { item_code } = locals[cdt][cdn]; if (item_code === frm.doc.item) { locals[cdt][cdn].is_process_loss = 1; - trigger_process_loss_qty_prompt(frm, cdt, cdn, item_code) + trigger_process_loss_qty_prompt(frm, cdt, cdn, item_code); } }, });