mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
Merge pull request #46224 from frappe/mergify/bp/version-15-hotfix/pr-46219
fix: stock qty not recalculate on changing of the qty (backport #46219)
This commit is contained in:
@@ -1331,6 +1331,8 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
|||||||
() => this.calculate_stock_uom_rate(doc, cdt, cdn),
|
() => this.calculate_stock_uom_rate(doc, cdt, cdn),
|
||||||
() => this.apply_pricing_rule(item, true)
|
() => this.apply_pricing_rule(item, true)
|
||||||
]);
|
]);
|
||||||
|
} else {
|
||||||
|
this.conversion_factor(doc, cdt, cdn, true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user