Bug 13178: Correct Max cardnumberlength
authorBaptiste Wojtkowski <baptiste.wojtkowski@biblibre.com>
Mon, 26 Jun 2017 10:25:44 +0000 (10:25 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 17:10:27 +0000 (14:10 -0300)
commit966b92a803f79082a10a9d84553f1f0b2d868024
tree0fc426439fd2681b903c5d82a71fd915e46fee88
parent99caf5329ba2fecd7296c0d85baf49ffb8d6cd81
Bug 13178: Correct Max cardnumberlength

($max is the value of the max size of a card number)
- $max not hardcoded anymore in C4::Memeber
- $max now correctly adapts to the field of cardnumber in database

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Members.pm