mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
stockreports/spendings: Support grouping by store (closes #2308)
This commit is contained in:
@@ -134,12 +134,12 @@ $("#clear-filter-button").on("click", function()
|
||||
{
|
||||
RemoveUriParam("start_date");
|
||||
RemoveUriParam("end_date");
|
||||
RemoveUriParam("product_group");
|
||||
RemoveUriParam("product-group");
|
||||
window.location.reload();
|
||||
});
|
||||
|
||||
$("#product-group-filter").on("change", function()
|
||||
{
|
||||
UpdateUriParam("product_group", $(this).val());
|
||||
UpdateUriParam("product-group", $(this).val());
|
||||
window.location.reload();
|
||||
});
|
||||
|
Reference in New Issue
Block a user