Skip to content

Commit

Permalink
Merge pull request #86 from ven-com/email-grid-filter-by-date
Browse files Browse the repository at this point in the history
Email grid - Add ability to filter field "Sent" by date
  • Loading branch information
aschroder committed Oct 30, 2015
2 parents ca872aa + 0ec926f commit cbcc4f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/local/Aschroder/SMTPPro/Block/Log/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ protected function _prepareColumns()
'header' => Mage::helper('adminhtml')->__('Sent'),
'width' => '60px',
'index' => 'log_at',
'type' => 'datetime',
));
$this->addColumn('subject', array(
'header' => Mage::helper('adminhtml')->__('Subject'),
Expand Down

0 comments on commit cbcc4f0

Please sign in to comment.