chore: fix bank account type

(cherry picked from commit 4fe1b214c1)
This commit is contained in:
Florian HENRY
2026-01-18 10:43:09 +01:00
committed by Mergify
parent a195690bc8
commit 1ed8857d31

View File

@@ -1878,9 +1878,16 @@
"account_number": "5114" "account_number": "5114"
} }
}, },
"Banques": { "512-Banques": {
"account_type": "Bank", "account_type": "Bank",
"account_number": "512" "Comptes en euros": {
"account_type": "Bank",
"account_number": "5121"
},
"Comptes en devises": {
"account_type": "Bank",
"account_number": "5124"
}
}, },
"Ch\u00e8ques postaux": { "Ch\u00e8ques postaux": {
"account_number": "514" "account_number": "514"