This commit is contained in:
2026-03-31 12:59:31 +05:30
parent cbe3f0b32c
commit d69f286364
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ def show_table(filename):
try: try:
cursor = connection.cursor(dictionary=True) cursor = connection.cursor(dictionary=True)
cursor.callproc('GetStateByName', [file_info['State']]) cursor.callproc('CheckStateExists', [file_info['State']])
for result in cursor.stored_results(): for result in cursor.stored_results():
state_data = result.fetchone() state_data = result.fetchone()
if not state_data: if not state_data:

View File

@@ -313,7 +313,7 @@
<td>{{ pay.Payment_Amount }}</td> <td>{{ pay.Payment_Amount }}</td>
<td>{{ pay.TDS_Payment_Amount }}</td> <td>{{ pay.TDS_Payment_Amount }}</td>
<td>{{ pay.Total_amount }}</td> <td>{{ pay.Total_amount }}</td>
<td>{{ pay.utr}}</td> <td>{{ pay.UTR}}</td>
</tr> </tr>
{% endfor %} {% endfor %}
<tr> <tr>