https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20562 --- Comment #10 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 74250 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74250 Bug 20562: Pass the Koha::Checkout object to AddIssuingCharge Review of attachment 74250: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20562&attachment=74250) ----------------------------------------------------------------- Reading the code - does make sense. Testing - does work. Thanks Jonathan! ::: C4/Circulation.pm @@ +3174,2 @@
+ # FIXME What if checkout does not exist?
Then we should throw an exception. I think this will need some refactoring during the move to Koha::Objects in future. -- You are receiving this mail because: You are watching all bug changes.