commit | b572bef71d88e604d730b70e59d0b219fac54c32 | [log] [tgz] |
---|---|---|
author | Nihantra Patel <n.patel.serpentcs@gmail.com> | Thu Apr 20 14:32:32 2023 +0530 |
committer | Nihantra Patel <n.patel.serpentcs@gmail.com> | Thu Apr 20 14:32:32 2023 +0530 |
tree | 9f27b1b32c9493f363ac05e205945a83578eccc2 | |
parent | ea6eeace8028ded8d19ae4795887ec9750298d89 [diff] |
fix: process_loss_percentage in BOM
diff --git a/erpnext/manufacturing/doctype/bom/bom.js b/erpnext/manufacturing/doctype/bom/bom.js index 4304193..7cdcef9 100644 --- a/erpnext/manufacturing/doctype/bom/bom.js +++ b/erpnext/manufacturing/doctype/bom/bom.js
@@ -411,7 +411,6 @@ } frm.set_value("process_loss_qty", qty); - frm.set_value("add_process_loss_cost_in_fg", qty ? 1: 0); } });