mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Display total cost of recipes based on last purchase prices (closes #128)
This commit is contained in:
@@ -501,3 +501,8 @@ $("#about-dialog-link").on("click", function()
|
||||
closeButton: false
|
||||
});
|
||||
});
|
||||
|
||||
$(".local-number-format[data-format='currency']").each(function ()
|
||||
{
|
||||
$(this).text(parseFloat($(this).text()).toLocaleString(undefined, { minimumFractionDigits: 2 }));
|
||||
});
|
||||
|
Reference in New Issue
Block a user