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@lists.koha-community.org
          Reporter: josef.mora...@gmail.com
        QA Contact: testo...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to