[Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 10 22:51:41 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685

--- Comment #79 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list