From 46b2e632b6ffad307831663615134e9ee369b013 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 29 Oct 2022 16:35:17 +0200 Subject: [PATCH] use simplified label --- beancount_cde_importer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beancount_cde_importer/__init__.py b/beancount_cde_importer/__init__.py index 1938433..59042f3 100644 --- a/beancount_cde_importer/__init__.py +++ b/beancount_cde_importer/__init__.py @@ -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"