Skip to content

Commit

Permalink
fix: testing execute in patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket322 committed Jul 16, 2024
1 parent 163c971 commit 85847d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions india_compliance/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ 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()
execute:import frappe; frappe.db.set_value("GST Settings", None, "validate_hsn_code", 1)
execute:import frappe; frappe.db.set_value("GST Settings", None, "archive_party_info_days", 10)
execute:import frappe; frappe.db.set_value("GST Settings", None, "enable_sales_through_ecommerce_operators", 1)

0 comments on commit 85847d9

Please sign in to comment.