X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fparcel.pl;h=5ee97b0c721aae7653ac38a4c4c6daa7561ebf3d;hb=edf3a9d5be2d327193b63954478bfab74896339a;hp=83fb45b509ef2dd7c37707384ab06d4d7ec7ef96;hpb=b865ff624c48f5ca2f9c30c75be903c1fb90ebc0;p=koha_gimpoz diff --git a/acqui/parcel.pl b/acqui/parcel.pl index 83fb45b509..5ee97b0c72 100755 --- a/acqui/parcel.pl +++ b/acqui/parcel.pl @@ -109,6 +109,8 @@ if($input->param('format') eq "json"){ $data->{ordernumber} = $order->{ordernumber}; $data->{title} = $order->{title}; $data->{author} = $order->{author}; + $data->{isbn} = $order->{isbn}; + $data->{booksellerid} = $order->{booksellerid}; $data->{biblionumber} = $order->{biblionumber}; $data->{freight} = $order->{freight}; $data->{quantity} = $order->{quantity};