Merge pull request #48166 from frappe/mergify/bp/version-15-hotfix/pr-48165

fix: target inventory dimension for stock entry (backport #48165)
This commit is contained in:
rohitwaghchaure
2025-06-19 20:41:35 +05:30
committed by GitHub

View File

@@ -909,7 +909,7 @@ class StockController(AccountsController):
fieldname = f"{dimension.source_fieldname}"
sl_dict[dimension.target_fieldname] = row.get(fieldname)
return
continue
sl_dict[dimension.target_fieldname] = row.get(dimension.source_fieldname)
else: