Inoive add update delete messages shown properly

This commit is contained in:
Swapnil9693
2026-03-24 15:51:55 +05:30
parent b78526ad9f
commit 14e799a1d4
4 changed files with 696 additions and 318 deletions

View File

@@ -66,7 +66,7 @@ def get_all_villages():
return fetch_all(cursor)
return execute_db_operation(operation)
# ------------------- Invoice Functions -------------------
def insert_invoice(data, village_id):
def operation(cursor):