sortowanie_w_mass_add #10

Merged
gru merged 90 commits from sortowanie_w_mass_add into master 2025-09-02 17:08:55 +02:00
Showing only changes of commit f08f0dd98c - Show all commits

4
app.py
View File

@@ -2303,8 +2303,8 @@ def analyze_receipts_for_list(list_id):
}
)
if not already_added:
total += value
#if not already_added:
total += value
return jsonify({"results": results, "total": round(total, 2)})