[Koha-bugs] [Bug 15344] GetMemberDetails called unecessary

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 18 18:22:06 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15344

--- Comment #7 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 45849
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45849&action=edit
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 at veron.ch>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list