mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01: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))
|
||||
{
|
||||
$("#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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user