fix: stock qty not recalculate on changing of the qty
(cherry picked from commit 464e3339fe)
This commit is contained in:
committed by
Mergify
parent
de0dfbca9a
commit
331798babc
@@ -1331,6 +1331,8 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
||||
() => this.calculate_stock_uom_rate(doc, cdt, cdn),
|
||||
() => this.apply_pricing_rule(item, true)
|
||||
]);
|
||||
} else {
|
||||
this.conversion_factor(doc, cdt, cdn, true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user