From 83d0691d67ae765303c8d8e8f1796cc31c0570dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=B6rster?= Date: Thu, 27 Feb 2025 13:13:14 +0100 Subject: [PATCH] change needed features --- src/delta_barth/constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/delta_barth/constants.py b/src/delta_barth/constants.py index 543ffa5..43b25cc 100644 --- a/src/delta_barth/constants.py +++ b/src/delta_barth/constants.py @@ -30,9 +30,7 @@ COL_MAP_SALES_PROGNOSIS: Final[dict[str, str]] = { FEATURES_SALES_PROGNOSIS: Final[frozenset[str]] = frozenset( ( "firma_refid", - "beleg_typ", "betrag", - "vorgang_refid", "buchungs_datum", ) )