mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 12:25:09 +00:00
fix: target inventory dimension for stock entry
(cherry picked from commitd65cb56d66) (cherry picked from commit4e70005937)
This commit is contained in:
committed by
Mergify
parent
e0ca060475
commit
0958a3b643
@@ -909,7 +909,7 @@ class StockController(AccountsController):
|
|||||||
fieldname = f"{dimension.source_fieldname}"
|
fieldname = f"{dimension.source_fieldname}"
|
||||||
|
|
||||||
sl_dict[dimension.target_fieldname] = row.get(fieldname)
|
sl_dict[dimension.target_fieldname] = row.get(fieldname)
|
||||||
return
|
continue
|
||||||
|
|
||||||
sl_dict[dimension.target_fieldname] = row.get(dimension.source_fieldname)
|
sl_dict[dimension.target_fieldname] = row.get(dimension.source_fieldname)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user