File tree 1 file changed +2
-5
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order/create/form 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,8 @@ endif; ?>
89
89
<?= $ block ->getForm ()->toHtml () ?>
90
90
91
91
<div class="admin__field admin__field-option order-save-in-address-book">
92
- <input name="<?= $ block ->getForm ()->getHtmlNamePrefix () ?> [save_in_address_book]" type="checkbox"
93
- id="<?= $ block ->getForm ()->getHtmlIdPrefix () ?> save_in_address_book"
94
- value="1"
95
- <?php if (!$ block ->getDontSaveInAddressBook () && $ block ->getAddress ()->getSaveInAddressBook ()): ?> checked="checked"<?php endif ; ?>
96
- class="admin__control-checkbox"/>
92
+ <input name="<?= $ block ->getForm ()->getHtmlNamePrefix () ?> [save_in_address_book]" type="checkbox" id="<?= $ block ->getForm ()->getHtmlIdPrefix () ?> save_in_address_book" value="1"
93
+ <?php if (!$ block ->getDontSaveInAddressBook ()): ?> checked="checked"<?php endif ; ?> class="admin__control-checkbox"/>
97
94
<label for="<?= $ block ->getForm ()->getHtmlIdPrefix () ?> save_in_address_book"
98
95
class="admin__field-label"><?= /* @escapeNotVerified */ __ ('Save in address book ' ) ?> </label>
99
96
</div>
You can’t perform that action at this time.
0 commit comments