when creat a credit memo , the checkbox "Email copy of credit memo" can be selected as default
Hi @shermanliud6b3 ,
Overright vendor/magento/module-sales/view/adminhtml/templates/order/creditmemo/create/items.phtml in your custom module.
You can see 2 inputs which contains type="checkbox".
You just need to add checked with both inputs in your overrighted files.
Problem Solved? Accept as Solution!
Hope it helps!
Thanks