From 1fcc02b9713846190887daf492214e6c7ce95ed0 Mon Sep 17 00:00:00 2001 From: Sanket322 Date: Tue, 16 Jul 2024 17:54:16 +0530 Subject: [PATCH] fix: adding wring post_install_patch_for_error --- .github/workflows/patch.yml | 2 +- india_compliance/install.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 8ff1768ff..6fd4a13ed 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -121,7 +121,7 @@ jobs: bench pip install -e ./apps/india_compliance bench start &>> ~/frappe-bench/bench_start.log & - bench --site test_site migrate + bench --site test_site migrate --verbose - name: Show bench output if: ${{ always() }} diff --git a/india_compliance/install.py b/india_compliance/install.py index ef954b442..56ccb59c6 100644 --- a/india_compliance/install.py +++ b/india_compliance/install.py @@ -21,6 +21,8 @@ "update_gst_accounts", # this is an India Compliance patch, but needs priority "update_itc_amounts", ## India Compliance + "print_the_error", + "same_erpnext_code", "set_gst_tax_type", "update_state_name_to_puducherry", "rename_import_of_capital_goods",