Lines 372-377
if ( defined $from_subscriptionid ) {
Link Here
|
372 |
$data->{replacementprice} = $lastOrderReceived->{replacementprice}; |
372 |
$data->{replacementprice} = $lastOrderReceived->{replacementprice}; |
373 |
$data->{ecost} = $lastOrderReceived->{ecost}; |
373 |
$data->{ecost} = $lastOrderReceived->{ecost}; |
374 |
$data->{quantity} = $lastOrderReceived->{quantity}; |
374 |
$data->{quantity} = $lastOrderReceived->{quantity}; |
|
|
375 |
$data->{unitprice} = $lastOrderReceived->{unitprice}; |
375 |
$data->{order_internalnote} = $lastOrderReceived->{order_internalnote}; |
376 |
$data->{order_internalnote} = $lastOrderReceived->{order_internalnote}; |
376 |
$data->{order_vendornote} = $lastOrderReceived->{order_vendornote}; |
377 |
$data->{order_vendornote} = $lastOrderReceived->{order_vendornote}; |
377 |
$data->{sort1} = $lastOrderReceived->{sort1}; |
378 |
$data->{sort1} = $lastOrderReceived->{sort1}; |
Lines 462-467
$template->param(
Link Here
|
462 |
listprice => sprintf( "%.2f", $data->{listprice} || $data->{price} || $listprice), |
463 |
listprice => sprintf( "%.2f", $data->{listprice} || $data->{price} || $listprice), |
463 |
total => sprintf( "%.2f", ($data->{ecost} || 0) * ($data->{'quantity'} || 0) ), |
464 |
total => sprintf( "%.2f", ($data->{ecost} || 0) * ($data->{'quantity'} || 0) ), |
464 |
ecost => sprintf( "%.2f", $data->{ecost} || 0), |
465 |
ecost => sprintf( "%.2f", $data->{ecost} || 0), |
|
|
466 |
unitprice => sprintf( "%.2f", $data->{unitprice} || 0), |
465 |
publishercode => $data->{'publishercode'}, |
467 |
publishercode => $data->{'publishercode'}, |
466 |
barcode_subfield => $barcode_subfield, |
468 |
barcode_subfield => $barcode_subfield, |
467 |
import_batch_id => $import_batch_id, |
469 |
import_batch_id => $import_batch_id, |