commit | 8e9f3e464582553579a7a9a4bb660959100891bb | [log] [tgz] |
---|---|---|
author | Marica <maricadsouza221197@gmail.com> | Thu May 21 12:07:43 2020 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri May 22 20:39:15 2020 +0530 |
tree | e09080b07cdfde1bc88993371d4336005e495845 | |
parent | 45de78bf94649e0a18f33b8284f6abb09e41792c [diff] |
fix: plc conversion rate set infinitely (#21820)
diff --git a/erpnext/manufacturing/doctype/bom/bom.js b/erpnext/manufacturing/doctype/bom/bom.js index 44da9ca..898955e 100644 --- a/erpnext/manufacturing/doctype/bom/bom.js +++ b/erpnext/manufacturing/doctype/bom/bom.js
@@ -265,7 +265,7 @@ plc_conversion_rate: function(doc) { if (!this.in_apply_price_list) { - this.apply_price_list(); + this.apply_price_list(null, true); } },