mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
fix: plc conversion rate set infinitely (#21821)
This commit is contained in:
@@ -228,7 +228,7 @@ erpnext.bom.BomController = erpnext.TransactionController.extend({
|
|||||||
|
|
||||||
plc_conversion_rate: function(doc) {
|
plc_conversion_rate: function(doc) {
|
||||||
if (!this.in_apply_price_list) {
|
if (!this.in_apply_price_list) {
|
||||||
this.apply_price_list();
|
this.apply_price_list(null, true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user