[Koha-bugs] [Bug 8063] Hold print notices do not sort by branch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 16 14:53:58 CEST 2012


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

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Passed QA                   |Pushed to Master
            Version|master                      |rel_3_10
         QA Contact|                            |paul.poulain at biblibre.com

--- Comment #16 from Paul Poulain <paul.poulain at 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.


More information about the Koha-bugs mailing list