https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21801
--- Comment #5 from M. Tompsett <[email protected]> --- Comment on attachment 82172 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82172 Bug 21801: Make paycollect.pl pass library_id when calling ->pay Review of attachment 82172: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=21801&attachment=82172) ----------------------------------------------------------------- ::: members/paycollect.pl @@ +168,4 @@ > Koha::Account->new( { patron_id => $borrowernumber } )->pay( > { > amount => $total_paid, > + library_id => $branch, Strange how, it was passed in a place above, but not these two changes. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
