[Bug 8612] CSV export profile to have custom fields in export csv basket
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8612 --- Comment #117 from Jonathan Druart <jonathan.druart@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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org