mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Fixed JS syntax error
This commit is contained in:
parent
c9c0baefeb
commit
91700e7dae
@ -426,7 +426,7 @@ $('#display_amount').on('keyup', function(e)
|
|||||||
Grocy.Api.Get('stock/products/' + productId,
|
Grocy.Api.Get('stock/products/' + productId,
|
||||||
function(productDetails)
|
function(productDetails)
|
||||||
{
|
{
|
||||||
var productStockAmount = productDetails.stock_amount || 0);
|
var productStockAmount = productDetails.stock_amount || 0;
|
||||||
|
|
||||||
var containerWeight = 0.0;
|
var containerWeight = 0.0;
|
||||||
if (productDetails.product.enable_tare_weight_handling == 1)
|
if (productDetails.product.enable_tare_weight_handling == 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user