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