Skip to content

Commit

Permalink
Changed sort-order for vvv giftcard
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters committed Jun 13, 2016
1 parent caf3cf8 commit 90443a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/adminhtml/paymentmethods/vvvgiftcard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
<include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../Config/etc/system_include.xsd">
<group id="paynl_payment_vvvgiftcard" sortOrder="2100" showInDefault="1" showInWebsite="1" showInStore="1">
<group id="paynl_payment_vvvgiftcard" sortOrder="2150" showInDefault="1" showInWebsite="1" showInStore="1">
<label>VVV Giftcard</label>
<field id="active" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1"
showInStore="1">
Expand Down Expand Up @@ -87,4 +87,4 @@

</group>
</include>


0 comments on commit 90443a5

Please sign in to comment.