Merge pull request #46219 from rohitwaghchaure/fixed-support-32834

fix: stock qty not recalculate on changing of the qty
This commit is contained in:
rohitwaghchaure
2025-03-02 12:15:32 +05:30
committed by GitHub

View File

@@ -1373,6 +1373,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)
}
}