Merge pull request #48165 from rohitwaghchaure/fixed-support-40642-1

fix: target inventory dimension for stock entry
This commit is contained in:
rohitwaghchaure
2025-06-19 19:52:59 +05:30
committed by GitHub

View File

@@ -1020,7 +1020,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: