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 Cormack <chrisc@catalyst.net.nz>
Sun, 31 Jul 2011 23:31:27 +0000 (11:31 +1200)
commitd119fbd91ceec78eb3a9caad209986cb4deeb4c2
tree687bbec692dea7b99cadca0c13dc90e4bb726e66
parent785af7310daa4633359755add9474e81f108d022
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>
C4/Members.pm