commit | 47b653db6d45691a60c52e6aee983b47fe405bdc | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Thu Apr 20 15:00:15 2023 +0530 |
committer | GitHub <noreply@github.com> | Thu Apr 20 15:00:15 2023 +0530 |
tree | 9f27b1b32c9493f363ac05e205945a83578eccc2 | |
parent | ea6eeace8028ded8d19ae4795887ec9750298d89 [diff] | |
parent | b572bef71d88e604d730b70e59d0b219fac54c32 [diff] |
Merge pull request #34954 from SolufyPrivateLimited/fix-process_loss-in-bom 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); } });