https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17836 --- Comment #3 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 58569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58569 Bug 17836: (ILSDI) Make GetPatronInfo fill 'charges' correctly Review of attachment 58569: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17836&attachment=58569) ----------------------------------------------------------------- ::: C4/ILSDI/Services.pm @@ -376,4 @@
# Cleaning the borrower hashref my $flags = C4::Members::patronflags( $borrower ); - $borrower->{'charges'} = $flags>{'CHARGES'}->{'amount'};
OH MY! What a horrid typo. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.