Skip to content

Commit d683299

Browse files
author
Bohdan Korablov
committed
MAGETWO-51479: Product Page. Advanced Inventory. Manage Stock Control Works Wrong.
1 parent c7f6511 commit d683299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/view/adminhtml/ui_component/product_form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
<item name="config" xsi:type="array">
429429
<item name="description" xsi:type="string" translate="true">Use Config Settings</item>
430430
<item name="formElement" xsi:type="string">checkbox</item>
431-
<item name="dataScope" xsi:type="string">use_config_enable_qty_increments</item>
431+
<item name="dataScope" xsi:type="string">use_config_enable_qty_inc</item>
432432
<item name="valueMap" xsi:type="array">
433433
<item name="true" xsi:type="string">1</item>
434434
<item name="false" xsi:type="string">0</item>

0 commit comments

Comments
 (0)