Bug 38473

Summary: Print view of a biblio in staff interface shouldn't show checkboxes and buttons
Product: Koha Reporter: Michał <schodkowy.omegi-0r>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Michał 2024-11-18 14:07:43 UTC
This is a very minor visual bug, whereas if you want to print a biblio details page in staff interface (/cgi-bin/koha/catalogue/detail.pl), along with its items, by using either Ctrl+P or the designated Print button at the top, the checkboxes and "Modify" buttons on the right are visible in the items table.

Ideally the CSS should be modified in the way that the whole checkbox and buttons columns are hidden in the @media print view, because they don't belong on a printed page in any way and look just out of place in an otherwise relatively neat print view.