Comment 3 for bug 2003090

Revision history for this message
Stephanie Leary (stephanieleary) wrote :

Terran, until we can fix printing in a more general way, could the folks who need to print the cash report toggle a user stylesheet? This would be a quick and dirty way to let the print the screen they need:

@media print {
 body {
  display: block !important;
 }
}

But you wouldn't want to leave that on all the time; it would hijack the more specialized printing features, like receipts.