use simplified label

This commit is contained in:
Antoine Martin 2022-10-29 16:35:17 +02:00
parent 524a2e5787
commit 46b2e632b6

View file

@ -12,7 +12,7 @@ from beancount.ingest import cache, importer # type: ignore
COL_DATE = "Date de comptabilisation"
COL_LABEL = "Libelle operation"
COL_LABEL = "Libelle simplifie"
COL_DEBIT = "Debit"
COL_CREDIT = "Credit"
COL_DETAIL = "Informations complementaires"