mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Merge pull request #2895 from justyns/js-add-debit
Add Debit to Generic Debit Credit indicator converter
This commit is contained in:
@@ -50,6 +50,7 @@ class BankDebitCredit implements ConverterInterface
|
||||
'Af', // ING (NL).
|
||||
'Debet', // Triodos (NL)
|
||||
'S', // "Soll", German term for debit
|
||||
'Debit', // Community America (US)
|
||||
];
|
||||
if (in_array(trim($value), $negative, true)) {
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user