correct product fournisseur class fetchAll
This commit is contained in:
parent
e7f24e2109
commit
061e797d64
@ -1293,7 +1293,7 @@ class ProductFournisseur extends Product
|
|||||||
|
|
||||||
$sql = 'SELECT ';
|
$sql = 'SELECT ';
|
||||||
$sql .= $this->getFieldList();
|
$sql .= $this->getFieldList();
|
||||||
$sql .= ' FROM '.MAIN_DB_PREFIX.$this->table_element.' as t';
|
$sql .= ' FROM '.MAIN_DB_PREFIX.'product_fournisseur_price as t';
|
||||||
$sql .= ' WHERE t.entity IN ('.getEntity('productsupplierprice').')';
|
$sql .= ' WHERE t.entity IN ('.getEntity('productsupplierprice').')';
|
||||||
|
|
||||||
// Manage filter
|
// Manage filter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user