Skip to content

Commit e64f88b

Browse files
committed
Merge pull request #1182 from Nolwennig/patch-1
Update system.xml for 'fix' sortOrder in adminhtml
2 parents 9d413e1 + b372c2d commit e64f88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
<label>PDF Print-outs</label>
341341
<tab>sales</tab>
342342
<resource>Magento_Sales::sales_pdf</resource>
343-
<group id="invoice" translate="label" type="text" sortOrder="1" showInDefault="10" showInWebsite="1" showInStore="1">
343+
<group id="invoice" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
344344
<label>Invoice</label>
345345
<field id="put_order_id" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
346346
<label>Display Order ID in Header</label>

0 commit comments

Comments
 (0)