Skip to content

Commit

Permalink
fix: code as per erpnext
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanket322 committed Jul 16, 2024
1 parent 973238e commit 1280b66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
run: echo "::set-output name=dir::$(yarn cache dir)"

- uses: actions/cache@v4
id: yarn-cache
Expand Down Expand Up @@ -123,8 +123,6 @@ jobs:
bench --site test_site migrate
cat ~/frappe-bench/sites/test_site/logs/patch.log
- name: Show bench output
if: ${{ always() }}
run: |
Expand Down
1 change: 0 additions & 1 deletion india_compliance/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ 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()
india_compliance.patches.v14.patch_test_testing2
11 changes: 0 additions & 11 deletions india_compliance/patches/v14/patch_test_testing2.py

This file was deleted.

0 comments on commit 1280b66

Please sign in to comment.