]> git.koha-community.org Git - koha.git/commit
Bug 7060 Followup: AddReturn needs GetMemberDetails
authorIan Walls <ian.walls@bywatersolutions.com>
Fri, 21 Oct 2011 14:49:58 +0000 (10:49 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 25 Oct 2011 23:42:43 +0000 (19:42 -0400)
commita2c7779b91e14015e44bcc1d1d2758a3b4d3aab7
treef0da46364c974b5413d7d51ac61e89968ad04542
parent608c23e6bd9a43155ac1b2b1158d7476a88ee882
Bug 7060 Followup: AddReturn needs GetMemberDetails

In my haste, I overlooked circ/returns.pl's need for borrower flags.  This patch
changes back the call in AddReturn from GetMember to GetMemberDetails

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit c5bc35b6945a03e27dd369d368be33d97f76e509)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Circulation.pm