X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=acqui%2Forderreceive.pl;fp=acqui%2Forderreceive.pl;h=91c6e35d67ecf51394111bd465fcbb9cc37574f3;hb=a3e8e12364bf266e230b80bd4389cdc3a403b649;hp=4dbb5f0cb6d54d9753af8597c7fa58f8550ebada;hpb=26976dfba92caec0e261630a46f9a5d68b34ccbc;p=koha.git diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl index 4dbb5f0cb6..91c6e35d67 100755 --- a/acqui/orderreceive.pl +++ b/acqui/orderreceive.pl @@ -213,6 +213,7 @@ $template->param( quantityreceivedplus1 => $order->{'quantityreceived'} + 1, quantityreceived => $order->{'quantityreceived'}, rrp => $rrp, + replacementprice => $order->{'replacementprice'}, ecost => $ecost, unitprice => $unitprice, tax_rate => $tax_rate,