mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Added a new stock settings to always show all products on /stockoverview (closes #2398)
This commit is contained in:
@@ -692,11 +692,6 @@ class StockService extends BaseService
|
||||
return $this->getDatabaseService()->ExecuteDbQuery($sql)->fetchAll(\PDO::FETCH_OBJ);
|
||||
}
|
||||
|
||||
public function GetCurrentStockOverview()
|
||||
{
|
||||
return $this->getDatabase()->uihelper_stock_current_overview();
|
||||
}
|
||||
|
||||
public function GetDueProducts(int $days = 5, bool $excludeOverdue = false)
|
||||
{
|
||||
if ($excludeOverdue)
|
||||
|
Reference in New Issue
Block a user