rename of fields - form- summary report

This commit is contained in:
2026-03-09 15:26:36 +05:30
parent dd7b7be4b9
commit f8c23d119d
4 changed files with 7 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ class AOHandler:
return records
# get ao recourd
# get ao record
def get_ao_by_id(self, id):
self.cursor.callproc('GetAOById', [id])
records = []