mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Fixed shopping_list_to_stock_workflow_auto_submit_when_prefilled
user settings control initialization (fixes #1875)
This commit is contained in:
parent
8ab511361a
commit
9c1fd176c0
@ -1,6 +1,6 @@
|
|||||||
if (BoolVal(Grocy.UserSettings.shopping_list_to_stock_workflow_auto_submit_when_prefilled))
|
if (BoolVal(Grocy.UserSettings.shopping_list_to_stock_workflow_auto_submit_when_prefilled))
|
||||||
{
|
{
|
||||||
$("#shopping-list-to-stock-workflow-auto-submit-when-prefilled").prop("checked", true);
|
$("#shopping_list_to_stock_workflow_auto_submit_when_prefilled").prop("checked", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (BoolVal(Grocy.UserSettings.shopping_list_show_calendar))
|
if (BoolVal(Grocy.UserSettings.shopping_list_show_calendar))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user