fix: do not hide primary-action for composite asset by khushi8112 [frappe] PR#51205
From: https://github.com/frappe/erpnext/pull/51205
Date: 2025-12-18 17:34:31+05:30
- fix: add server side validation
- fix: set frm.has_active_capitalization before using it
- fix: do not hide primary-action for composite asset
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-51205
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-51205
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease