[Koha-bugs] [Bug 24511] Patron emailer report not using specified email column

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 24 19:07:48 CET 2020


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

ByWater Sandboxes <bws.sandboxes at gmail.com> changed:

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

--- Comment #2 from ByWater Sandboxes <bws.sandboxes at gmail.com> ---
Created attachment 97892
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97892&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 'me at you.us'
4 - Note email is used, not email pro
5 - Apply patch
6 - Repeat, correct eamil is used

Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list