This commit is contained in:
James Cole 2019-11-18 17:39:25 +01:00
parent 9a639d41b4
commit 308ce15fae
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -49,6 +49,7 @@ class BankDebitCredit implements ConverterInterface
'DR', // https://old.reddit.com/r/FireflyIII/comments/bn2edf/generic_debitcredit_indicator/
'Af', // ING (NL).
'Debet', // Triodos (NL)
'S', // "Soll", German term for debit
];
if (in_array(trim($value), $negative, true)) {
return -1;