Skip to content

ruthra-kumar/toggle_uom_hiding_on_print [frappe] PR#36578

Bot Dokos requested to merge ft-pr-36578 into develop

See https://github.com/frappe/erpnext/pull/36578

Date: 2023-08-10T15:38:32+05:30

  • Merge pull request #36578 from ruthra-kumar/toggle_uom_hiding_on_print
  • fix: unhide uom and stock_uom fields in print view



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-36578

# 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

Merge request reports