From 5153565e208a24b3ff3f7e206007c4e5ad2e7000 Mon Sep 17 00:00:00 2001 From: Sanket322 Date: Thu, 22 Aug 2024 18:45:44 +0530 Subject: [PATCH] fix: wrong path of post_install patch --- .github/helper/install.sh | 1 - india_compliance/install.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/helper/install.sh b/.github/helper/install.sh index a25bc2a42..ac5efc139 100644 --- a/.github/helper/install.sh +++ b/.github/helper/install.sh @@ -70,7 +70,6 @@ bench start & bench --site test_site restore ${GITHUB_WORKSPACE}/20240822_162707-a1_localhost-database.sql.gz bench --verbose install-app india_compliance -bench --site test_site remove-from-installed-apps india_compliance bench reinstall --yes bench --verbose install-app india_compliance diff --git a/india_compliance/install.py b/india_compliance/install.py index ef954b442..a7414d439 100644 --- a/india_compliance/install.py +++ b/india_compliance/install.py @@ -22,6 +22,7 @@ "update_itc_amounts", ## India Compliance "set_gst_tax_type", + "set_gst_tax_type1", "update_state_name_to_puducherry", "rename_import_of_capital_goods", "update_hsn_code",