fix(demo): Demo setup for Canadian COA by deepeshgarg007 [frappe] PR#38807
From: https://github.com/frappe/erpnext/pull/38807
Date: 2023-12-17 14:05:07+05:30
- Merge pull request #38807 from deepeshgarg007/canada_demo
- fix(demo): Demo setup for canadian COA
Diagnostics
Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc):
5e8bb2b3db6c0b6b0d4080801de36026154a531b fix(demo): Demo setup for canadian COA
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-38807
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease