begin refactoring

This commit is contained in:
2026-02-02 11:53:37 +01:00
parent fa659c37bd
commit c244285c4d
3 changed files with 781 additions and 1 deletions

View File

@@ -758,7 +758,7 @@ def wf900(
filter_meldenummer_null = pl.col("MELDENUMMER").is_not_null()
filter_mandant = pl.col(MANDANT_CRITERION).is_in((1, 90))
res = _apply_several_filters(
pipe_res.open,
pipe_result.open,
(
filter_meldenummer_null,
filter_mandant,