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

(-)a/acqui/invoice.pl (-2 / +1 lines)
Lines 151-157 $template->param( Link Here
151
    booksellerid     => $details->{'booksellerid'},
151
    booksellerid     => $details->{'booksellerid'},
152
    datereceived     => $details->{'datereceived'},
152
    datereceived     => $details->{'datereceived'},
153
    billingdate      => C4::Dates->new($details->{'billingdate'}, "iso")->output(),
153
    billingdate      => C4::Dates->new($details->{'billingdate'}, "iso")->output(),
154
    invoiceclosedate => $details->{'invoiceclosedate'},
154
    invoiceclosedate => $details->{'closedate'},
155
    shipmentcost     => $details->{'shipmentcost'},
155
    shipmentcost     => $details->{'shipmentcost'},
156
    orders_loop      => \@orders_loop,
156
    orders_loop      => \@orders_loop,
157
    foot_loop        => \@foot_loop,
157
    foot_loop        => \@foot_loop,
158
- 

Return to bug 12274