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",