Add new frontend - fix 25

This commit is contained in:
Urtzi Alfaro
2025-07-23 18:57:27 +02:00
parent e3a5256281
commit 37a1b5f833
4 changed files with 722 additions and 275 deletions

View File

@@ -190,7 +190,7 @@ async def import_sales_data(
file_content,
file_format,
db,
user_id=current_user["user_id"]
filename=file.filename
)
if result["success"]: