Skip to content

Commit

Permalink
fix: correct upload stautus for GSTR-1 books
Browse files Browse the repository at this point in the history
(cherry picked from commit 0f58672)
  • Loading branch information
vorasmit authored and mergify[bot] committed Jun 9, 2024
1 parent 0645a74 commit fd96578
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def get_reconcile_gstr1_data(self, gov_data, books_data):

if not gov_value:
row["upload_status"] = "Not Uploaded"
continue

if reconcile_row:
row["upload_status"] = "Mismatch"
Expand Down

0 comments on commit fd96578

Please sign in to comment.