File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order/create/coupons Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010<div class="admin__field field-apply-coupon-code">
1111 <label class="admin__field-label"><span><?= $ block ->escapeHtml (__ ('Apply Coupon Code ' )) ?> </span></label>
1212 <div class="admin__field-control">
13- <?php if (!$ block ->getCouponCode ()): ?>
13+ <?php if (!$ block ->getCouponCode ()) : ?>
1414 <input type="text" class="admin__control-text" id="coupons:code" value="" name="coupon_code" />
15- <?= $ block ->getButtonHtml (__ ('Apply ' ), 'order.applyCoupon($F( \'coupons:code \')) ' ) ?>
15+ <?= $ block ->getButtonHtml (__ ('Apply ' ), 'order.applyCoupon($F( \'coupons:code \')) ' ) ?>
1616 <?php endif ; ?>
1717 <?php if ($ block ->getCouponCode ()) : ?>
1818 <p class="added-coupon-code">
You can’t perform that action at this time.
0 commit comments