]> git.koha-community.org Git - koha.git/commit
Bug 6521 Follow up: previous patch breaks autoMemberNum functionality
authorIan Walls <ian.walls@bywatersolutions.com>
Wed, 20 Jul 2011 17:11:12 +0000 (13:11 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 1 Aug 2011 16:34:07 +0000 (12:34 -0400)
commit57ebea8aaa95acc1fd17cf3017e3b01cdadd9980
tree231feb062f7cc03d381a3b710b37d70e341b829a
parenta769e63714e7b0b08285898816c426a16e8a1831
Bug 6521 Follow up: previous patch breaks autoMemberNum functionality

The previous patch broke the autoMemberNum feature by adding a line to fixup_cardnumber
that returned 'undef' for cardnumber in all usages of the subroutine (limited to members/memberentry.pl
and tools/import_borrowers.pl.  This prevented the automatic number from being calculated in all cases.

This patch removes the offending line.

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit d119fbd91ceec78eb3a9caad209986cb4deeb4c2)

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