In the OPAC when you click the print button the right column when in the MARC view you get a 404 error - the link goes to: cgi-bin/koha/opac-detailprint.pl?biblionumber=32972
Created attachment 4576 [details] [review] Proposed fix opac-detail and opac-ISBDdetail both use window.print(), so I've added that to opac-MARCdetail as well. I've also eliminated the "javascript:" pseudo-protocol because it's pointless. I'd prefer to have a real link for non-js users but that will have to wait for another bug. After applying this patch users with JS enabled should get a print prompt after clicking the "Print" link on opac-MARCdetail.pl
Created attachment 4584 [details] [review] Signed-off patch Before the patch, clicking "print" in the right hand column when looking at the MARC view of a record would open up a new, small window with a Koha 404 message. After applying the patch clicking "print" gives a printer prompt, same as for "normal" and "isbd" view. Signing off!
This works. Marking Passed QA
Pushed, please test