Skip to content

Instantly share code, notes, and snippets.

@DanielRiezebos
Created July 6, 2020 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielRiezebos/cbc30b4aa9dcfcb4754e1eec2798555a to your computer and use it in GitHub Desktop.
Save DanielRiezebos/cbc30b4aa9dcfcb4754e1eec2798555a to your computer and use it in GitHub Desktop.
Email Copy of Shipment always checked
--- /vendor/magento/module-shipping/view/adminhtml/templates/create/items.phtml 2020-04-23 08:56:44.000000000 +0200
+++ /vendor/magento/module-shipping/view/adminhtml/templates/create/items.phtml 2020-07-06 15:37:15.774409586 +0200
@@ -101,7 +101,9 @@
class="admin__control-checkbox"
name="shipment[send_email]"
value="1"
- type="checkbox"/>
+ type="checkbox"
+ checked="checked"
+ />
<label class="admin__field-label"
for="send_email">
<span><?= $block->escapeHtml(__('Email Copy of Shipment')) ?></span></label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment