Skip to content

Commit ac2051e

Browse files
committed
MCP-584: Disable inventory check on quote load
- Update option comment;
1 parent d06fa10 commit ac2051e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Quote/etc/adminhtml/system.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<tab>catalog</tab>
1212
<group id="options">
1313
<field id="enable_inventory_check" translate="label" type="select" sortOrder="60" showInDefault="1" canRestore="1">
14-
<label> Enable Inventory Check On Cart Load</label>
14+
<label>Enable Inventory Check On Cart Load</label>
1515
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
16-
<comment>If you disable inventory check, some product out of stock scenarios may fail</comment>
16+
<comment>Disabling inventory check skips pre validation of cart item data.</comment>
1717
</field>
1818
</group>
1919
</section>

0 commit comments

Comments
 (0)