]> 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>
Fri, 14 Sep 2012 00:22:59 +0000 (20:22 -0400)
commit6608c2949df2436fcc36814d9285eb032adbde17
tree86e3c4e6812160751323d19c3a54e5676cc89a28
parentb2dd74a45c751b629b6f110262dc0904e9560852
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