Managed to get the sku doing the same thing as the previous code.

This commit is contained in:
counterweight 2023-09-06 14:21:10 +02:00
parent 83743ca526
commit 2728ad2aae
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 1 additions and 53 deletions

View file

@ -23,7 +23,7 @@ def generate_sku_report(
end_date: Annotated[datetime.datetime, typer.Option(prompt=True)],
sku: Annotated[str, typer.Option(prompt=True)]
):
controllers.wip_generate_sku_report(start_date, end_date, sku)
controllers.generate_sku_report(start_date, end_date, sku)
@app.command()
def generate_um_report(