mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
fix: valuation rate missing for standalone credit notes for moving av… (#55102)
This commit is contained in:
@@ -579,6 +579,7 @@ class SellingController(StockController):
|
||||
or (
|
||||
get_valuation_method(d.item_code, self.company) == "Moving Average"
|
||||
and self.get("is_return")
|
||||
and not is_standalone
|
||||
)
|
||||
):
|
||||
d.incoming_rate = get_incoming_rate(
|
||||
|
||||
Reference in New Issue
Block a user