[Koha-bugs] [Bug 10108] can't print more than one page of overdues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 10 21:38:51 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108

--- Comment #4 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 18082
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18082&action=edit
Bug 10108 - can't print more than one page of overdues

Printing a report like overdues in Firefox results in a printout which
cuts off in the middle. I traced the cause to something in the YUI grid
system, although I'm not sure what specific definition is the cause.

This patch adds a "screen" parameter to the @import which loads the YUI
grid CSS file. This will disable YUI grid layouts in print views. The
main disadvantage to this, as far as I can tell, is that it will
"linearize" some layouts. For instance: the patron detail page
(moremember.pl) which on screen is divided into two columns. I think
this disadvantage is outweighed by the ability to make complete prints.

To test, apply the patch and clear your cache. Try printing various
reports from Firefox. Printouts should look correct and be complete.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list