http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8063 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master Version|master |rel_3_10 QA Contact| |paul.poulain@biblibre.com --- Comment #16 from Paul Poulain <paul.poulain@biblibre.com> --- Tested before pushing: * UPDATE message_queue SET status='pending' WHERE status=sent AND message_transport_type='print'; to set some message to pending status * run misc/cronjobs/gather_print_notices.pl tmp => VERIFIED that the print is in tmp/holdnotices-2012-07-16.html, and contains notices * UPDATE message_queue SET status='pending' WHERE status=sent AND message_transport_type='print'; to set some message to pending status * run misc/cronjobs/gather_print_notices.pl -s tmp => VERIFIED that the print is in tmp/holdnotices-2012-07-16-MAURES.html (MAURES being my branchcode), and contains notices -- You are receiving this mail because: You are watching all bug changes.