mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +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).
|
'Af', // ING (NL).
|
||||||
'Debet', // Triodos (NL)
|
'Debet', // Triodos (NL)
|
||||||
'S', // "Soll", German term for debit
|
'S', // "Soll", German term for debit
|
||||||
|
'Debit', // Community America (US)
|
||||||
];
|
];
|
||||||
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