https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11373 --- Comment #63 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 79759 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79759 Bug 11373: Show the difference between the amount collected and the amount paid of a fine payment. Review of attachment 79759: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11373&attachment=79759) ----------------------------------------------------------------- Great job, just one little thing, reading the code only: ::: members/paycollect.pl @@ +194,4 @@
patron => $patron, total => $total_due, ExtendedPatronAttributes => C4::Context->preference('ExtendedPatronAttributes'), + FineChange => C4::Context->preference('FineChange'),
Use Koha.Preference template plugin and do not pass system preferences as template parameter -- You are receiving this mail because: You are watching all bug changes.