]> git.koha-community.org Git - koha.git/commit
Bug 8533 - Non-numeric cardnumbers screw up autoMemberNum
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 31 Jul 2012 12:14:19 +0000 (08:14 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 13 Oct 2012 01:22:10 +0000 (21:22 -0400)
commit5ffc76ab190642f694692747377c01336d788804
tree033e4b09cc174d70b1524d901b9bf3c032358b9c
parent17689beb57e8d9295ed43bbe075a85f89c84c845
Bug 8533 - Non-numeric cardnumbers screw up autoMemberNum

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Removes a warning from mysql:
    Truncated incorrect INTEGER value: 'P13000'

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 0db4288861251f069a4ae96dbe89ab9e5059ab0c)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Members.pm