mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 03:04:36 +00:00
Implemented a way to use the external barcode lookup plugin also from within the frontend as a product picker workflow
This commit is contained in:
@@ -442,7 +442,6 @@ class StockApiController extends BaseApiController
|
||||
try
|
||||
{
|
||||
$addFoundProduct = false;
|
||||
|
||||
if (isset($request->getQueryParams()['add']) && ($request->getQueryParams()['add'] === 'true' || $request->getQueryParams()['add'] === 1))
|
||||
{
|
||||
$addFoundProduct = true;
|
||||
|
Reference in New Issue
Block a user