Bug 15344: Remove some other calls of GetMemberDetails from pl scripts
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 Dec 2015 17:41:04 +0000 (17:41 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Thu, 31 Dec 2015 09:29:16 +0000 (10:29 +0100)
commit95e9dafa38bf6f895cf62feac1df20e3b67a0640
tree1251c720581d75d64112fd2ed2cb453ec38f0368
parent44202df6acdfcfb371eccc6b8e8007a871304e49
Bug 15344: Remove some other calls of GetMemberDetails from pl scripts

Same as previously.
For these files it's a bit less obvious.
To make sure these changes won't introduce any regression, check that
the variable returned by GetMember is never used to get something
else than a borrower fields.
The 'flags' should not be get neither.
For opac-user.tt it's different, other keys are got but there are defined
in the pl script.

On the way:
- 'showname' is removed (never used)
- fix scope var issue in opac-user.tt (BORROWER_INF.OPACPatronDetails vs
OPACPatronDetails)

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 010a32d95f871853f5c597b2670f3de4c62cfa51)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
17 files changed:
C4/Members.pm
admin/aqbudgets.pl
catalogue/detail.pl
circ/circulation.pl
circ/returns.pl
circ/transferstoreceive.pl
circ/waitingreserves.pl
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
offline_circ/list.pl
opac/opac-account.pl
opac/opac-ics.pl
opac/opac-messaging.pl
opac/opac-passwd.pl
opac/opac-privacy.pl
opac/opac-user.pl