Exemplo n.º 1
0
 public function initConfig()
 {
     parent::initConfig();
     // Those versions don't have the sales_flat_order_grid table
     $this->addExcludedVersions('1.4.0.*');
     return $this;
 }
Exemplo n.º 2
0
 public function initConfig()
 {
     parent::initConfig();
     return $this;
 }
Exemplo n.º 3
0
 public function initConfig()
 {
     parent::initConfig();
     $this->addExcludedVersions('1.4.0.*');
     return $this;
 }