Skip to content

Commit

Permalink
fix: adding wring post_install_patch_for_error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket322 committed Jul 16, 2024
1 parent 1280b66 commit 1fcc02b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down
2 changes: 2 additions & 0 deletions india_compliance/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1fcc02b

Please sign in to comment.