generated from dopt-python/py311
remove unnecessary print statement
This commit is contained in:
@@ -223,7 +223,6 @@ def process_order_level(
|
|||||||
|
|
||||||
# ** planned or target delivery date
|
# ** planned or target delivery date
|
||||||
current_date = datetime.datetime.now().date()
|
current_date = datetime.datetime.now().date()
|
||||||
print(f"{current_date=}")
|
|
||||||
data = data.with_columns(
|
data = data.with_columns(
|
||||||
pl.coalesce(["Bestaetigter-Import_Historie", "Import-Ist_Historie"]).alias(
|
pl.coalesce(["Bestaetigter-Import_Historie", "Import-Ist_Historie"]).alias(
|
||||||
"Liefertermin_Soll"
|
"Liefertermin_Soll"
|
||||||
|
|||||||
Reference in New Issue
Block a user