]> git.koha-community.org Git - koha.git/commit
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)
committerJulian Maurice <julian.maurice@biblibre.com>
Wed, 30 Nov 2016 12:25:00 +0000 (13:25 +0100)
commit59ac8b8340b427c91d7d0cf7f69d9c232d572771
tree7a3272f8e1988cf8e020726115b1989063752b18
parentd89346dc47f3338c91a10962266cc98777924598
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>
(cherry picked from commit 87380d8b460857157b4cf06fa8def626d1d2badb)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Members.pm
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
t/Members/cardnumber.t