Bug 24511: Update variable names to avoid confusion
authorNick Clemens <nick@bywatersolutions.com>
Fri, 24 Jan 2020 14:58:25 +0000 (14:58 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 27 Jan 2020 10:14:15 +0000 (10:14 +0000)
commit194cdef333e85c49f998cb38b72c4278b4128d88
treeea9aa7ff712c66132f6fd41f3edd40d1a22f64e9
parent95231815ccf47253967b02663b34d278117279f5
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>
C4/Reports/Guided.pm
t/db_dependent/Reports/Guided.t