fix of the json upload format

This commit is contained in:
2026-08-04 20:44:15 +02:00
parent 88f124c991
commit 91ddc6e864
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -11863,8 +11863,8 @@ def batch_upload_page():
return render_template('upload_batch.html')
@app.route('/upload_csv_batch', methods=['POST'])
@csrf.exempt
def upload_csv_batch():
"""
Route for batch adding new items to the inventory via CSV.