mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 09:46:03 +00:00
First draft for printable location content sheets (references #341)
This commit is contained in:
@@ -20,6 +20,12 @@ class StockService extends BaseService
|
||||
return $this->DatabaseService->ExecuteDbQuery($sql)->fetchAll(\PDO::FETCH_OBJ);
|
||||
}
|
||||
|
||||
public function GetCurrentStockLocationContent()
|
||||
{
|
||||
$sql = 'SELECT * FROM stock_current_location_content';
|
||||
return $this->DatabaseService->ExecuteDbQuery($sql)->fetchAll(\PDO::FETCH_OBJ);
|
||||
}
|
||||
|
||||
public function GetCurrentStockLocations()
|
||||
{
|
||||
$sql = 'SELECT * FROM stock_current_locations';
|
||||
|
Reference in New Issue
Block a user