Skip to content

Commit

Permalink
fix: added a patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket322 committed Jul 16, 2024
1 parent 4a83a4f commit 3be0551
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions india_compliance/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ india_compliance.patches.v14.unset_inward_supply_link_for_cancelled_purchase
india_compliance.patches.v14.delete_not_generated_gstr_import_log
india_compliance.patches.v14.enable_sales_through_ecommerce_operator
execute:from india_compliance.gst_india.setup import set_default_print_settings; set_default_print_settings()
india_compliance.patches.v14.patch_test_testing
11 changes: 11 additions & 0 deletions india_compliance/patches/v14/patch_test_testing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import frappe


def execute():
frappe.db.delete(
"GSTR Import Log",
filters={
"data_not_found": 1,
"return_type": "GSTR2b",
},
)

0 comments on commit 3be0551

Please sign in to comment.