fix: stock qty not recalculate on changing of the qty

(cherry picked from commit 464e3339fe)
This commit is contained in:
Rohit Waghchaure
2025-03-01 21:34:06 +05:30
committed by Mergify
parent de0dfbca9a
commit 331798babc

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