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

--- Comment #1 from Nick Clemens <[email protected]> ---
Created attachment 97884
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97884&action=edit
Bug 24511: Update variable names to avoid confusion

To test:
1 - Create a report
    SELECT borrowernumber, firstname, surname, email, emailpro FROM borrowers
WHERE surname='acosta'
2 - Create or edit patron with surname acosta to have a separate email and
emailpro
3 - perl misc/cronjobs/patron_emailer --notice HOLDS --module reserves
--verbose --email emailpro --report ## --from '[email protected]'
4 - Note email is used, not email pro
5 - Apply patch
6 - Repeat, correct eamil is used

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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