Skip to content

Commit aa02d5c

Browse files
committed
Fix static test issue 23895
1 parent d718dc0 commit aa02d5c

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/CatalogInventory/Block/Adminhtml/Form/Field

1 file changed

+2
-1
lines changed

app/code/Magento/CatalogInventory/Block/Adminhtml/Form/Field/Minsaleqty.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ protected function _prepareToRender()
5151
'customer_group_id',
5252
['label' => __('Customer Group'), 'renderer' => $this->_getGroupRenderer()]
5353
);
54-
$this->addColumn('min_sale_qty',
54+
$this->addColumn(
55+
'min_sale_qty',
5556
[
5657
'label' => __('Minimum Qty'),
5758
'class' => 'required-entry validate-number validate-greater-than-zero'

0 commit comments

Comments
 (0)