// Use Collection instead of HydrateCollection in several places

This commit is contained in:
rMalie
2011-12-02 15:20:47 +00:00
parent fec7ede55c
commit 5259d4e64e
13 changed files with 97 additions and 99 deletions
+4 -9
View File
@@ -187,15 +187,10 @@ class SupplyOrderDetailCore extends ObjectModel
'price_with_order_discount_te' => 'isPrice',
);
/**
* @var string Database table name
*/
protected $table = 'supply_order_detail';
/**
* @var string Database ID name
*/
protected $identifier = 'id_supply_order_detail';
public static $definition = array(
'table' => 'supply_order_detail',
'primary' => 'id_supply_order_detail',
);
/**
* @see ObjectModel::getFields()