https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2696
--- Comment #26 from Kyle M Hall <[email protected]> --- (In reply to Alex Arnaud from comment #24) > Quick test gave me: > > - Error on accountline-details.pl: > "GetMember" is not exported by the C4::Members module > Can't continue after import errors at > /home/koha/src/members/accountline-details.pl line 26. > You could use Koha::Patron->find now. > > - On the same script after fixing the first error: > Template process failed: undef error - The method payment_type is not > covered by tests! > > Also, i've rebased the patch: new account type ('PF', Processing fee), Removed call to GetMember. Don't forget to update the dbix class files before testing! That would explain your second error. -- 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/
