mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 03:25:50 +00:00
Fixed /stockentries group by purchased_date (fixes #1419)
This commit is contained in:
@@ -965,6 +965,12 @@ $(".change-table-columns-visibility-button").on("click", function(e)
|
||||
return;
|
||||
}
|
||||
|
||||
var shadowColumnIndex = $(this.header()).attr("data-shodow-rowgroup-column");
|
||||
if (shadowColumnIndex)
|
||||
{
|
||||
index = shadowColumnIndex;
|
||||
}
|
||||
|
||||
var checked = "checked";
|
||||
if (!visible)
|
||||
{
|
||||
|
Reference in New Issue
Block a user