mirror of
https://github.com/grocy/grocy.git
synced 2025-08-24 05:56:55 +00:00
Added an option to hide the calendar on the shopping list (closes #531)
This commit is contained in:
@@ -303,6 +303,11 @@ class StockController extends BaseController
|
||||
}
|
||||
}
|
||||
|
||||
public function ShoppingListSettings(\Slim\Http\Request $request, \Slim\Http\Response $response, array $args)
|
||||
{
|
||||
return $this->AppContainer->view->render($response, 'shoppinglistsettings');
|
||||
}
|
||||
|
||||
public function Journal(\Slim\Http\Request $request, \Slim\Http\Response $response, array $args)
|
||||
{
|
||||
return $this->AppContainer->view->render($response, 'stockjournal', [
|
||||
|
Reference in New Issue
Block a user