https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21627

Lucas Gass (lukeg) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #176339|0                           |1
        is obsolete|                            |

--- Comment #14 from Lucas Gass (lukeg) <[email protected]> ---
Created attachment 194020
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194020&action=edit
Bug 21627: Add option to set emails for send_print_notices cronjob

To test:
    1. Apply Patch, updatedatabase, restart_all
    2. go to misc/cronjobs/gather_print_notices.pl and uncomment line 77 which
says `say $_ for @emails;`
    3. from the misc/cronjobs folder run `perl gather_print_notices.pl -e
[email protected] -e [email protected]`
            1. the emails you entered in the command line should be printed and
nothing else
    4. Search for the system preference 'SendPrintNoticesEmails' and set its
value to a comma separated list of values
    5. run gather_print_notices again and you should see the values you entered
in the system preference instead of the ones you enter at the command line
    6. search for the system preference SendPrintNoticesCombineEmails and set
its value to 'in addition to'
    7. run gather_print_notices again and you should see a combination of the
command line emails and the emails you set in the SendPrintNoticesEmails system
preference.
    8. recomment line 77 in gather_print_notices.pl

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to