mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Fixed shopping list item form product barcode scan handling (fixes #1940)
This commit is contained in:
@@ -277,7 +277,7 @@ $('#product_id_text_input').on('blur', function(e)
|
||||
{
|
||||
if (barcodeResult.length > 0)
|
||||
{
|
||||
existsAsProduct = true;
|
||||
existsAsBarcode = true;
|
||||
}
|
||||
|
||||
Grocy.Api.Get('objects/products?query[]=name=' + input,
|
||||
|
Reference in New Issue
Block a user