https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19489 --- Comment #37 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 85237 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85237 Bug 19489: (Rebased) Development for fines and Fees Module - Detailed Description of charges in Patron Account Tab/Fines Tab Review of attachment 85237: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19489&attachment=85237) ----------------------------------------------------------------- ::: members/printinvoice.pl @@ +57,5 @@
my $total = $patron->account->balance; +my $accountline_object = Koha::Account::Lines->find($accountlines_id); +my $accountline = $accountline_object->unblessed; +$accountline->{item} = $accountline_object->item || "" ; +$accountline->{issue} = $accountline_object->issue || "";
We are still only adding this non-objective code, but as this file is still not fully refactored to using objects it is not blocker from me. -- You are receiving this mail because: You are watching all bug changes.