Skip to content

Commit 09a9fa1

Browse files
author
Olexandr Lysenko
committed
MAGETWO-30913: Error when trying to apply coupon code in backend reorder after unchecking the discount apply checkbox
1 parent 1f3c7e0 commit 09a9fa1

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Sales/Controller/Adminhtml/Order

1 file changed

+1
-2
lines changed

app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ public function __construct(
2727
Action\Context $context,
2828
\Magento\Catalog\Helper\Product $productHelper,
2929
\Magento\Framework\Escaper $escaper
30-
)
31-
{
30+
) {
3231
parent::__construct($context);
3332
$productHelper->setSkipSaleableCheck(true);
3433
$this->escaper = $escaper;

0 commit comments

Comments
 (0)