This commit is contained in:
2026-04-01 11:09:45 +05:30
parent cd16c284ce
commit ecd944d637
7 changed files with 192 additions and 116 deletions

View File

@@ -332,7 +332,7 @@ class ItemCRUD:
# ----------------------------------------------------------
# GET BY ID
# ----------------------------------------------------------
def GetDataByID(self, id, storedproc):
def GetDataByID(self, id, storedproc):
data = None
connection = config.get_db_connection()