mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 05:36:15 +02:00
Remove unused method
This commit is contained in:
parent
495659c3f9
commit
e997815ee7
|
|
@ -51,12 +51,6 @@ class StockService extends BaseService
|
||||||
return $this->getDatabaseService()->ExecuteDbQuery($sql)->fetchAll(\PDO::FETCH_OBJ);
|
return $this->getDatabaseService()->ExecuteDbQuery($sql)->fetchAll(\PDO::FETCH_OBJ);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function GetCurrentProductPrices()
|
|
||||||
{
|
|
||||||
$sql = 'SELECT * FROM products_current_price';
|
|
||||||
return $this->getDatabaseService()->ExecuteDbQuery($sql)->fetchAll(\PDO::FETCH_OBJ);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function GetMissingProducts()
|
public function GetMissingProducts()
|
||||||
{
|
{
|
||||||
$sql = 'SELECT * FROM stock_missing_products_including_opened';
|
$sql = 'SELECT * FROM stock_missing_products_including_opened';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user