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