From 67fc1a0a297634d85d59f3ea4803a7ee1be420ad Mon Sep 17 00:00:00 2001 From: Karan Shah Date: Tue, 26 Mar 2019 14:38:44 +0530 Subject: [PATCH 1/2] Admin-Order-Create-Set-Save-address-checkbox-true-as-default-#106 --- .../adminhtml/templates/order/create/form/address.phtml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/code/Magento/Sales/view/adminhtml/templates/order/create/form/address.phtml b/app/code/Magento/Sales/view/adminhtml/templates/order/create/form/address.phtml index b0a88b8fa37dc..b08a76789642d 100644 --- a/app/code/Magento/Sales/view/adminhtml/templates/order/create/form/address.phtml +++ b/app/code/Magento/Sales/view/adminhtml/templates/order/create/form/address.phtml @@ -89,11 +89,7 @@ endif; ?> getForm()->toHtml() ?>
- getDontSaveInAddressBook() && $block->getAddress()->getSaveInAddressBook()): ?> checked="checked" - class="admin__control-checkbox"/> +
From ef181ca1902b60bccd6c1a5e972f9f8435ebcde9 Mon Sep 17 00:00:00 2001 From: Karan Shah Date: Tue, 26 Mar 2019 18:25:11 +0530 Subject: [PATCH 2/2] Admin-Order-Create-Set-Save-address-checkbox-true-as-default-#106 --- .../view/adminhtml/templates/order/create/form/address.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/code/Magento/Sales/view/adminhtml/templates/order/create/form/address.phtml b/app/code/Magento/Sales/view/adminhtml/templates/order/create/form/address.phtml index b08a76789642d..d1a90783c68c7 100644 --- a/app/code/Magento/Sales/view/adminhtml/templates/order/create/form/address.phtml +++ b/app/code/Magento/Sales/view/adminhtml/templates/order/create/form/address.phtml @@ -89,7 +89,8 @@ endif; ?> getForm()->toHtml() ?>
- + getDontSaveInAddressBook()): ?> checked="checked" class="admin__control-checkbox"/>