https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8612
--- Comment #117 from Jonathan Druart <[email protected]> --- Comment on attachment 63910 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63910 Bug 8612: Use CSV profile for exporting basket Review of attachment 63910: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=8612&attachment=63910) ----------------------------------------------------------------- ::: C4/Acquisition.pm @@ +310,5 @@ > + my $bd = GetBiblioData( $order->{'biblionumber'} ); > + my @biblioitems = GetBiblioItemByBiblioNumber( > $order->{'biblionumber'}); > + for my $biblioitem (@biblioitems) { > + if ($biblioitem->{isbn} eq $order->{isbn}) { > + $order = {%$order, %$biblioitem}; Could you explain these 3 lines? -- 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/
