You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseTransformationProcessError(self.row, i18n.t("Due date is before out date, or date information is missing from both"), json.dumps(self.legacy_loan_dict, indent=2))
127
+
raiseTransformationRecordFailedError(
128
+
self.row,
129
+
i18n.t(
130
+
"Due date is before out date, or date information is missing from both"
0 commit comments