Managed to get the sku doing the same thing as the previous code.
This commit is contained in:
parent
83743ca526
commit
2728ad2aae
2 changed files with 1 additions and 53 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue