Skip to content

Commit

Permalink
fix: removeing merge code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket322 committed Nov 9, 2024
1 parent 1ee0d05 commit 35db9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions india_compliance/gst_india/utils/gstin_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,10 @@ def create_gst_return_log_for_quarter(gstin, log_names, filing_preference):
}
).insert()

update_log_without_filing_preference()
update_logs_without_filing_preference()


def update_log_without_filing_preference():
def update_logs_without_filing_preference():
gst_return_logs = frappe.get_all(
"GST Return Log",
filters={"filing_preference": ["is", "not set"]},
Expand Down

0 comments on commit 35db9ab

Please sign in to comment.