View | Details | Raw Unified | Return to bug 9168
Collapse All | Expand All

(-)a/acqui/parcel.pl (-2 lines)
Lines 333-339 $template->param( Link Here
333
    booksellerid          => $bookseller->{id},
333
    booksellerid          => $bookseller->{id},
334
    countreceived         => $countlines,
334
    countreceived         => $countlines,
335
    loop_received         => \@loop_received,
335
    loop_received         => \@loop_received,
336
    booksellerid          => $booksellerid,
337
    loop_orders           => \@loop_orders,
336
    loop_orders           => \@loop_orders,
338
    book_foot_loop        => \@book_foot_loop,
337
    book_foot_loop        => \@book_foot_loop,
339
    totalprice            => sprintf($cfstr, $totalprice),
338
    totalprice            => sprintf($cfstr, $totalprice),
340
- 

Return to bug 9168