// Fix collections

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10893 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-05 09:05:45 +00:00
parent efc5ff8390
commit 1cce2fd6cb
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ class OrderInvoiceCore extends ObjectModel
public static $definition = array(
'table' => 'order_invoice',
'identifier' => 'id_order_invoice',
'primary' => 'id_order_invoice',
);
public function getFields()