Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setDefaultFilter(array('order_group' => 0));
     // Actual
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setDefaultFilter(array('is_archieved' => 0));
     $this->setTemplate('ordermanager/customergrid.phtml');
 }