We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0591d51 commit 140c351Copy full SHA for 140c351
app/code/Magento/Bundle/view/adminhtml/templates/sales/invoice/create/items/renderer.phtml
@@ -130,8 +130,8 @@ $catalogHelper = $block->getData('catalogHelper');
130
<?php endif; ?>
131
</td>
132
<td class="col-qty-invoice">
133
- <?php if ($block->canShowPriceInfo($_item) || $shipTogether) : ?>
134
- <?php if ($block->canEditQty() && $canEditItemQty) : ?>
+ <?php if ($block->canShowPriceInfo($_item) || $shipTogether): ?>
+ <?php if ($block->canEditQty() && $canEditItemQty): ?>
135
<input type="text"
136
class="input-text admin__control-text qty-input"
137
name="invoice[items][<?= $block->escapeHtmlAttr($_item->getOrderItemId()) ?>]"
0 commit comments