Skip to content

Commit

Permalink
Update CustomerSetup to change order of gender in option
Browse files Browse the repository at this point in the history
  • Loading branch information
chadbean committed Aug 3, 2015
1 parent afeb170 commit 6955679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Customer/Setup/CustomerSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public function getDefaultEntities()
'validate_rules' => 'a:0:{}',
'position' => 110,
'admin_checkout' => 1,
'option' => ['values' => ['Not Specified', 'Male', 'Female']],
'option' => ['values' => ['Male', 'Female', 'Not Specified']],
],
'disable_auto_group_change' => [
'type' => 'static',
Expand Down

0 comments on commit 6955679

Please sign in to comment.