Skip to content

Commit 8475a14

Browse files
author
Hwashiang Yu
committed
MC-17546: Incorrect bundle and downloadable email template update
- Reverted unrelated template updates
1 parent 421d946 commit 8475a14

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/GroupedProduct/view/adminhtml/templates/catalog/product/composite/fieldset

1 file changed

+1
-1
lines changed

app/code/Magento/GroupedProduct/view/adminhtml/templates/catalog/product/composite/fieldset/grouped.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
name="super_group[<?= $block->escapeHtmlAttr($_item->getId()) ?>]"
5555
id="super_group[<?= $block->escapeHtmlAttr($_item->getId()) ?>]"
5656
maxlength="12"
57-
value="<?= (int)$_item->getQty()*1 ?>"
57+
value="<?= $block->escapeHtmlAttr($_item->getQty()*1) ?>"
5858
title="<?= $block->escapeHtmlAttr(__('Qty')) ?>"
5959
class="input-text admin__control-text qty" />
6060
<input type="hidden" value="1" price="<?= $block->escapeHtmlAttr($block->getCurrencyPrice($_item->getPrice())) ?>" qtyId="super_group[<?= $block->escapeHtmlAttr($_item->getId()) ?>]" />

0 commit comments

Comments
 (0)