mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Fixed recipeposform edit when "Only check if a single unit is in stock" is set (fixes #535)
This commit is contained in:
@@ -154,5 +154,5 @@ $("#only_check_single_unit_in_stock").on("click", function()
|
||||
});
|
||||
|
||||
// Click twice to trigger on-click but not change the actual checked state
|
||||
//$("#only_check_single_unit_in_stock").click();
|
||||
//$("#only_check_single_unit_in_stock").click();
|
||||
$("#only_check_single_unit_in_stock").click();
|
||||
$("#only_check_single_unit_in_stock").click();
|
||||
|
Reference in New Issue
Block a user