]> git.koha-community.org Git - koha.git/commit
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)
committerFrédéric Demians <f.demians@tamil.fr>
Thu, 31 Dec 2015 17:13:01 +0000 (18:13 +0100)
commitc7db8a68f0a49dfc0f3fe421bcacd761e4fd65c0
tree4fadd6f6e5d164e77c972f0a6a2288df6ad87298
parentf7c6e9f586667ea5dfdd5dd08a05ccb799e1d424
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>
(cherry picked from commit 95e9dafa38bf6f895cf62feac1df20e3b67a0640)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
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