Skip to content

Instantly share code, notes, and snippets.

@davefreiman
Created March 11, 2014 16:58
Show Gist options
  • Save davefreiman/9490090 to your computer and use it in GitHub Desktop.
Save davefreiman/9490090 to your computer and use it in GitHub Desktop.
protected function _prepareColumns()
{
...
$this->addColumn('group_name', array(
'header' => Mage::helper('sales')->__('Customer Group'),
'index' => 'group_name',
'width' => '70px',
'filter_index' => 'customer_group.customer_group_code',
));
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment