Skip to content

Commit

Permalink
MAGETWO-67452: Fixed issue with grouped product name column renderer.…
Browse files Browse the repository at this point in the history
… It #4816

 - Fixed code style
  • Loading branch information
ishakhsuvarov committed Apr 19, 2017
1 parent 9465c05 commit d7937d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function _toHtml()
$renderer->setItem($item);
$renderer->setField(self::COLUMN_NAME);
return $renderer->toHtml();
}
}
return ' ';
}
return parent::_toHtml();
Expand Down

0 comments on commit d7937d5

Please sign in to comment.