[Koha-bugs] [Bug 14493] export_borrowers.pl - Export patron attributes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 11 15:16:35 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14493

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frederic at tamil.fr

--- Comment #8 from Frédéric Demians <frederic at tamil.fr> ---
Vitor, your patch uses GetBorrowerAttributes which has been moved from
C4::Member to C4::Members::Attributes. Could you add this to
export_borrowers.pl?

  use C4::Members::Attributes qw(GetBorrowerAttributes);

And add the test plan to the patch itself as suggested by Johnatan?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list