[Koha-bugs] [Bug 20323] New: Batch patron modification tool broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 2 11:12:25 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20323

            Bug ID: 20323
           Summary: Batch patron modification tool broken
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: josef.moravec at gmail.com
        QA Contact: testopia at bugs.koha-community.org

>From tools/modborrowers.pl

341 if ( $patron ) {
342     $patron = $patron->unblessed;
343     $patron->{category_description} = $patron->category->description;

This was added by bug 18403 and leads (obviosly) to error:
Can't call method "category" on unblessed reference at
/home/vagrant/kohaclone/tools/modborrowers.pl

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


More information about the Koha-bugs mailing list