Skip to content

Commit 140c351

Browse files
fix static
1 parent 0591d51 commit 140c351

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Bundle/view/adminhtml/templates/sales/invoice/create/items

1 file changed

+2
-2
lines changed

app/code/Magento/Bundle/view/adminhtml/templates/sales/invoice/create/items/renderer.phtml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ $catalogHelper = $block->getData('catalogHelper');
130130
<?php endif; ?>
131131
</td>
132132
<td class="col-qty-invoice">
133-
<?php if ($block->canShowPriceInfo($_item) || $shipTogether) : ?>
134-
<?php if ($block->canEditQty() && $canEditItemQty) : ?>
133+
<?php if ($block->canShowPriceInfo($_item) || $shipTogether): ?>
134+
<?php if ($block->canEditQty() && $canEditItemQty): ?>
135135
<input type="text"
136136
class="input-text admin__control-text qty-input"
137137
name="invoice[items][<?= $block->escapeHtmlAttr($_item->getOrderItemId()) ?>]"

0 commit comments

Comments
 (0)