[Koha-bugs] [Bug 8612] CSV export profile to have custom fields in export csv basket

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 9 15:43:14 CEST 2017


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

--- Comment #117 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
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.


More information about the Koha-bugs mailing list