10 Oct
2017
10 Oct
'17
9:51 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #79 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 67907 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67907 Bug 15685: Followup - address QA issues Review of attachment 67907: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15685&attachment=67907) ----------------------------------------------------------------- - my $basket = Koha::Acquisition::Order->find( $order->{ordernumber} )->basket; + my $basket = Koha::Acquisition::Orders->find({ordernumber => $ordernumber})->basket; Why? -- You are receiving this mail because: You are watching all bug changes.