mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
Changelog/little naming changes/fixes/new translations strings for #1056
This commit is contained in:
@@ -9,7 +9,7 @@ if (BoolVal(Grocy.UserSettings.show_icon_on_stock_overview_page_when_product_is_
|
||||
{
|
||||
$("#show_icon_on_stock_overview_page_when_product_is_on_shopping_list").prop("checked", true);
|
||||
}
|
||||
if (BoolVal(Grocy.UserSettings.product_display_purchased_date))
|
||||
if (BoolVal(Grocy.UserSettings.show_purchased_date_on_purchase))
|
||||
{
|
||||
$("#product_display_purchased_date").prop("checked", true);
|
||||
$("#show_purchased_date_on_purchase").prop("checked", true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user