Bug 15690: CardnumberLength should not be bigger than 16
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 13 Sep 2016 14:43:50 +0000 (15:43 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 14 Nov 2016 11:28:42 +0000 (11:28 +0000)
commit87380d8b460857157b4cf06fa8def626d1d2badb
tree43a95cf721a919cd74f9e43066f787d35149c41c
parent2975c010204cad61d5a2c1982dabfd3b7812e74c
Bug 15690: CardnumberLength should not be bigger than 16

borrowers.cardnumber is a varchar(16), so CardnumberLength should not
have a max > 16

Test plan:
Test different value in CardnumberLength ("20", "20,30", "40,")
Edit a patron a make sure the text display under the cardnumber input is
correct

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Marc <veron@veron.ch>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Members.pm
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
t/Members/cardnumber.t