Skip to content

Commit

Permalink
Fix helper field
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlavtox authored Aug 1, 2023
1 parent 7ccd233 commit 4ac084c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function getCollection()
$this->trans('ID / Name of the store', 'Admin.Advparameters.Feature'),
$this->trans('Ignore this field if you don\'t use the Multistore tool. If you leave this field empty, the default store will be used.', 'Admin.Advparameters.Help')
),
new EntityField('newsletter', $this->trans('Guest customer (0/1)', 'Admin.Advparameters.Feature')),
new EntityField('is_guest', $this->trans('Guest customer (0/1)', 'Admin.Advparameters.Feature')),
];

return EntityFieldCollection::createFromArray($fields);
Expand Down

0 comments on commit 4ac084c

Please sign in to comment.