Skip to content

Commit

Permalink
Merge pull request #141 from alyf-de/mergify/bp/version-14/pr-134
Browse files Browse the repository at this point in the history
feat: Configurable Reference Field (backport #134)
  • Loading branch information
marination authored Dec 12, 2024
2 parents b479d6c + ec547e0 commit fbe86af
Show file tree
Hide file tree
Showing 11 changed files with 634 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .github/helper/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bench get-app erpnext --branch version-14
bench get-app hrms --branch version-14
bench get-app banking "${GITHUB_WORKSPACE}"

bench start &> bench_run_logs.txt &
bench start &> bench_start.log &
bench new-site --db-root-password root --admin-password admin test_site --install-app erpnext
bench --site test_site install-app hrms
bench --site test_site install-app banking
Expand Down
Loading

0 comments on commit fbe86af

Please sign in to comment.