https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6782
--- Comment #21 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
