Skip to content

Commit

Permalink
fix: change in status
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket322 committed Apr 17, 2024
1 parent 9afed79 commit a4ff9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_compliance/gst_india/overrides/purchase_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def validate(doc, method=None):


def on_cancel(doc, method=None):
if doc.reconciliation_status == "Unreconciled":
if doc.reconciliation_status == "Reconciled":
doc_name = frappe.get_value("GST Inward Supply", {"link_name": doc.name})
updated_data = {
"match_status": "",
Expand Down

0 comments on commit a4ff9ac

Please sign in to comment.