16 Jan
2017
16 Jan
'17
10:09 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6782 --- Comment #21 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 59002 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59002&action=edit Bug 6782: Fix fixup_cardnumber call The fixup_cardnumber subroutine takes only 1 parameter, the cardnumber. This call is wrong and morevover makes a lot of tests fail: t/db_dependent/Letters.t .. 1/79 Can't use an undefined value as a HASH reference at /home/vagrant/kohaclone/C4/Members.pm line 502. This happens because the userenv is not mocked in a lot of test files. -- You are receiving this mail because: You are watching all bug changes.