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)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 30 Dec 2015 11:53:18 +0000 (11:53 +0000)
commit010a32d95f871853f5c597b2670f3de4c62cfa51
treee8559dd3a16a9d074a002651a6fa50e86367a4fd
parentac541e0fa1c11254e110d94eed64c358e02e8aab
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>
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