|
Lines 284-290
$template->param(
Link Here
|
| 284 |
invoiceid => $invoice->{invoiceid}, |
284 |
invoiceid => $invoice->{invoiceid}, |
| 285 |
invoice => $invoice->{invoicenumber}, |
285 |
invoice => $invoice->{invoicenumber}, |
| 286 |
invoiceclosedate => $invoice->{closedate}, |
286 |
invoiceclosedate => $invoice->{closedate}, |
| 287 |
datereceived => dt_from_string, |
287 |
shipmentdate => $invoice->{shipmentdate}, |
| 288 |
name => $bookseller->name, |
288 |
name => $bookseller->name, |
| 289 |
booksellerid => $bookseller->id, |
289 |
booksellerid => $bookseller->id, |
| 290 |
loop_received => \@loop_received, |
290 |
loop_received => \@loop_received, |
|
Lines 294-299
$template->param(
Link Here
|
| 294 |
total_tax_excluded => $total_tax_excluded, |
294 |
total_tax_excluded => $total_tax_excluded, |
| 295 |
total_tax_included => $total_tax_included, |
295 |
total_tax_included => $total_tax_included, |
| 296 |
subtotal_for_funds => $subtotal_for_funds, |
296 |
subtotal_for_funds => $subtotal_for_funds, |
| 297 |
sticky_filters => $sticky_filters, |
297 |
sticky_filters => $sticky_filters, |
| 298 |
); |
298 |
); |
| 299 |
output_html_with_http_headers $input, $cookie, $template->output; |
299 |
output_html_with_http_headers $input, $cookie, $template->output; |