Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom_report/www/cif_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_cif_details(cif_id):
if data:
return {"success": True, "data": data}
else:
return {"success": False, "error": "Invalid CIF ID or already verified by the checker. Please confirm and try again."}
return {"success": False, "error": "The mentioned CIF has either not been submitted correctly or has already been verified. Please verify the details and try again."}

except Exception as e:
frappe.log_error(message=frappe.get_traceback(), title="CIF Tracker Error")
Expand Down
Loading