mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fixes #2835
This commit is contained in:
@@ -49,6 +49,7 @@ class BankDebitCredit implements ConverterInterface
|
|||||||
'DR', // https://old.reddit.com/r/FireflyIII/comments/bn2edf/generic_debitcredit_indicator/
|
'DR', // https://old.reddit.com/r/FireflyIII/comments/bn2edf/generic_debitcredit_indicator/
|
||||||
'Af', // ING (NL).
|
'Af', // ING (NL).
|
||||||
'Debet', // Triodos (NL)
|
'Debet', // Triodos (NL)
|
||||||
|
'S', // "Soll", German term for debit
|
||||||
];
|
];
|
||||||
if (in_array(trim($value), $negative, true)) {
|
if (in_array(trim($value), $negative, true)) {
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user