Ignore fixed deposit transactions when processing bank payments
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -199,6 +199,11 @@ with open('data/fsfe-bankpayments.log', 'a') as logfile:
|
||||
elif rec["transactionCode"] in ("805", "808"):
|
||||
continue
|
||||
|
||||
# ----- Ignore fixed deposit transactions -----
|
||||
|
||||
elif rec["transactionCode"] in ("814", "835"):
|
||||
continue
|
||||
|
||||
# ----- Ignore internal transfers -----
|
||||
|
||||
elif rec["remoteAccountNumber"] == "DE74430609672059790800": # to other GLS account
|
||||
|
Reference in New Issue
Block a user