Fixed /stockentries group by purchased_date (fixes #1419)

This commit is contained in:
Bernd Bestel
2021-06-28 19:14:15 +02:00
parent b8e15b990b
commit 69f8c237ff
2 changed files with 18 additions and 17 deletions

View File

@@ -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)
{