https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21008 Bug ID: 21008 Summary: pay.pl and paycollect.pl pass unused (and expensive) data to templates Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org After bug 18789, both controller scripts log warnings due to and attribute not existing in the unblessed patron object. Trying to fix that warning I found that the populated variables weren't actually used on the templates at all! They should be removed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.