mirror of
https://github.com/grocy/grocy.git
synced 2026-04-12 23:36:15 +02:00
Fixed edit shopping list item QU initialisation
This commit is contained in:
parent
3b8944d61b
commit
3d3e4bac75
|
|
@ -276,8 +276,12 @@ if (GetUriParam("amount") !== undefined)
|
|||
if (GetUriParam("embedded") !== undefined)
|
||||
{
|
||||
if (GetUriParam("product") !== undefined || Grocy.EditMode == "edit")
|
||||
{
|
||||
if (GetUriParam("updateexistingproduct") != null)
|
||||
{
|
||||
Grocy.Components.ProductPicker.GetPicker().trigger('change');
|
||||
}
|
||||
|
||||
$("#display_amount").focus();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user