update
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user