Refactoring - Fix2
Dieser Commit ist enthalten in:
@@ -115,7 +115,7 @@ def batch_create():
|
||||
cur.close()
|
||||
conn.close()
|
||||
|
||||
return render_template("batch_create.html", customers=customers)
|
||||
return render_template("batch_form.html", customers=customers)
|
||||
|
||||
|
||||
@batch_bp.route("/batch/export")
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren