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

(-)a/acqui/invoice.pl (-2 / +1 lines)
Lines 150-156 $template->param( Link Here
150
    suppliername     => $details->{'suppliername'},
150
    suppliername     => $details->{'suppliername'},
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      => $details->{'billingdate'},
154
    invoiceclosedate => $details->{'closedate'},
154
    invoiceclosedate => $details->{'closedate'},
155
    shipmentcost     => $details->{'shipmentcost'},
155
    shipmentcost     => $details->{'shipmentcost'},
156
    orders_loop      => \@orders_loop,
156
    orders_loop      => \@orders_loop,
157
- 

Return to bug 12274