Merge pull request #46232 from frappe/mergify/bp/version-15/pr-46224

fix: stock qty not recalculate on changing of the qty (backport #46219) (backport #46224)
This commit is contained in:
rohitwaghchaure
2025-03-03 09:31:16 +05:30
committed by GitHub

View File

@@ -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)
}
}