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