change needed features

This commit is contained in:
Florian Förster 2025-02-27 13:13:14 +01:00
parent 6abf261f9c
commit 83d0691d67

View File

@ -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",
)
)