mirror of
https://github.com/grocy/grocy.git
synced 2025-08-29 09:16:31 +00:00
Fixed print layout display handling (fixes #1272)
This commit is contained in:
@@ -471,6 +471,7 @@ $(document).on("click", "#print-shopping-list-button", function(e)
|
||||
shoppingListPrintShadowTable.draw();
|
||||
}
|
||||
|
||||
$(".print-layout-container").addClass("d-none");
|
||||
$("." + $("input[name='print-layout-type']:checked").val()).removeClass("d-none");
|
||||
|
||||
window.print();
|
||||
|
Reference in New Issue
Block a user