From d69f286364b4eed7f15d03e1af5da52f72dcdf8b Mon Sep 17 00:00:00 2001 From: akashbhome Date: Tue, 31 Mar 2026 12:59:31 +0530 Subject: [PATCH] update --- controllers/excel_upload_controller.py | 2 +- templates/pmc_report.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/excel_upload_controller.py b/controllers/excel_upload_controller.py index 08b4a75..50a8ea0 100644 --- a/controllers/excel_upload_controller.py +++ b/controllers/excel_upload_controller.py @@ -59,7 +59,7 @@ def show_table(filename): try: cursor = connection.cursor(dictionary=True) - cursor.callproc('GetStateByName', [file_info['State']]) + cursor.callproc('CheckStateExists', [file_info['State']]) for result in cursor.stored_results(): state_data = result.fetchone() if not state_data: diff --git a/templates/pmc_report.html b/templates/pmc_report.html index f80ebae..141549c 100644 --- a/templates/pmc_report.html +++ b/templates/pmc_report.html @@ -313,7 +313,7 @@ {{ pay.Payment_Amount }} {{ pay.TDS_Payment_Amount }} {{ pay.Total_amount }} - {{ pay.utr}} + {{ pay.UTR}} {% endfor %}