Merge branch 'fixes/fix-order-product-by-id' into staging
This commit is contained in:
commit
259df617fe
@ -428,7 +428,8 @@ class Bdd {
|
||||
}
|
||||
|
||||
public function getProduits($idNextcloud){
|
||||
$sql = "SELECT * FROM ".$this->tableprefix."produit;";
|
||||
$sql = "SELECT *
|
||||
FROM ".$this->tableprefix."produit ORDER BY id DESC;";
|
||||
return $this->execSQL($sql, array());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user