Bug 13178: increase max value of CardnumberLength
authorBaptiste Wojtkowski <baptiste.wojtkowski@biblibre.com>
Mon, 19 Jun 2017 15:04:28 +0000 (15:04 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 27 Oct 2017 17:10:27 +0000 (14:10 -0300)
commit99caf5329ba2fecd7296c0d85baf49ffb8d6cd81
treeed7a64e93699dbc172f6eb9696a8d2a46acf6113
parentd25719d22312f300cde397e3a6d44ce496e998a1
Bug 13178: increase max value of CardnumberLength

testplan
1 - Apply patch
2 - Run updatedatabase.pl
3 - Update dbix scheme
4 - set the value of CardnumberLength to a value between 16 and 32
5 - Check you can enter a propper cardnumber
(modify to 32 instead 20)

+ max value now depends on the database field value to

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
installer/data/mysql/atomicupdate/bug_13178_wide_cardnumber.sql [new file with mode: 0644]