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 10
10
<div class="admin__field field-apply-coupon-code">
11
11
<label class="admin__field-label"><span><?= $ block ->escapeHtml (__ ('Apply Coupon Code ' )) ?> </span></label>
12
12
<div class="admin__field-control">
13
- <?php if (!$ block ->getCouponCode ()): ?>
13
+ <?php if (!$ block ->getCouponCode ()) : ?>
14
14
<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 \')) ' ) ?>
16
16
<?php endif ; ?>
17
17
<?php if ($ block ->getCouponCode ()) : ?>
18
18
<p class="added-coupon-code">
You can’t perform that action at this time.
0 commit comments