mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
More modal iframe dialog handling improvements
This commit is contained in:
@@ -346,7 +346,7 @@ if (Grocy.Components.ProductPicker !== undefined)
|
||||
setTimeout(function()
|
||||
{
|
||||
$('#display_amount').focus();
|
||||
}, 200);
|
||||
}, 500);
|
||||
|
||||
Grocy.FrontendHelpers.ValidateForm('purchase-form');
|
||||
if (GetUriParam("flow") === "shoppinglistitemtostock" && BoolVal(Grocy.UserSettings.shopping_list_to_stock_workflow_auto_submit_when_prefilled) && Grocy.FrontendHelpers.ValidateForm("purchase-form"))
|
||||
|
Reference in New Issue
Block a user