// Use Collection instead of HydrateCollection in several places
This commit is contained in:
@@ -82,8 +82,10 @@ class StockCore extends ObjectModel
|
||||
'price_te' => 'isPrice',
|
||||
);
|
||||
|
||||
protected $table = 'stock';
|
||||
protected $identifier = 'id_stock';
|
||||
public static $definition = array(
|
||||
'table' => 'stock',
|
||||
'identifier' => 'id_stock',
|
||||
);
|
||||
|
||||
public function getFields()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user