Bug 24511: Update variable names to avoid confusion
commit2e3f04a299297ee13f7b74f3df5a22f90c49a940
authorNick Clemens <nick@bywatersolutions.com>
Fri, 24 Jan 2020 14:58:25 +0000 (24 14:58 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 14 Feb 2020 17:58:46 +0000 (14 17:58 +0000)
tree5f2b5cffe626ee14485980b160e40acd9e45f13a
parent89a84cb9fbed1b4a30b922078dd415efe6289f42
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>
(cherry picked from commit 24f68264d45efc4223a98c92c46f7bf5039bfc33)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Reports/Guided.pm
t/db_dependent/Reports/Guided.t