Bug 24511: Update variable names to avoid confusion
commit24f68264d45efc4223a98c92c46f7bf5039bfc33
authorNick Clemens <nick@bywatersolutions.com>
Fri, 24 Jan 2020 14:58:25 +0000 (24 14:58 +0000)
committerJoy Nelson <joy@bywatersolutions.com>
Mon, 10 Feb 2020 22:29:11 +0000 (10 22:29 +0000)
tree7c588256d04816c12860615aa12764981a4ef7b8
parented1b52a15d689a10cc522cfb5611a9d8036f2f84
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@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@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
C4/Reports/Guided.pm
t/db_dependent/Reports/Guided.t