UI changes of update from

This commit is contained in:
2026-01-24 16:29:04 +05:30
parent 50f0e77f77
commit 30a7a4287e
11 changed files with 406 additions and 118 deletions

View File

@@ -513,7 +513,6 @@ def save_mat_row():
finally:
mat.close()
# save mat credit bulk data
# @app.route("/save_mat_all", methods=["POST"])
# @auth.login_required
@@ -525,7 +524,6 @@ def save_mat_row():
# except Exception as e:
# return jsonify({"error": str(e)}), 500
# run server
if __name__ == '__main__':
app.run(