prepare export logic to Umbreit IT

This commit is contained in:
2026-03-11 15:36:50 +01:00
parent 97cd74d230
commit 6ff7629b39
3 changed files with 112 additions and 45 deletions

View File

@@ -755,7 +755,6 @@ def get_expr_order_qty(
def wf900(
pipe_result: PipelineResult,
) -> PipelineResult:
"""filter 'Meldenummer' and fill non-feasible entries"""
ORDER_QTY_FUNC = get_expr_order_qty(types.Workflows.ID_900)
filter_meldenummer_null = pl.col("MELDENUMMER").is_not_null()
filter_mandant = pl.col(MANDANT_CRITERION).is_in((1, 90))