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.moravec@gmail.com QA Contact: testopia@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.