Skip to content
Snippets Groups Projects
Commit ff8cc465 authored by Neda Moeini's avatar Neda Moeini
Browse files

Enhance error message for file validation

parent 933bbeb0
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ class CSVUploadForm(forms.Form):
errors.append(
f"Row {index}: The combination of '{cc_field}' ({cc}), "
f"'{dep_field}' ({dep}), and '{nominal_account_field}' "
f"({nominal_account_name}) does not exist in MEO valid Sage accounts."
f"({nc}) does not exist in MEO valid Sage accounts."
)
return errors
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment