Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Olav van Schie committed Sep 14, 2015
2 parents 0a28b15 + 18bf5d9 commit 4442d9f
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 135 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ protected function _prepareForm()
));

$product->addField('products_simple', 'checkbox', array(
'label' => $this->__('Insert simple products'),
'label' => $this->__('Include simple products'),
'name' => 'products_simple',
'value' => 1,
'checked' => true
));

$product->addField('products_configurable', 'checkbox', array(
'label' => $this->__('Insert configurable products'),
'label' => $this->__('Include configurable products'),
'name' => 'products_configurable',
'value' => 1,
'checked' => true
Expand Down
Loading

0 comments on commit 4442d9f

Please sign in to comment.