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

(-)a/acqui/invoice.pl (-2 / +1 lines)
Lines 158-164 $template->param( Link Here
158
    invoicenumber    => $details->{'invoicenumber'},
158
    invoicenumber    => $details->{'invoicenumber'},
159
    suppliername     => $details->{'suppliername'},
159
    suppliername     => $details->{'suppliername'},
160
    booksellerid     => $details->{'booksellerid'},
160
    booksellerid     => $details->{'booksellerid'},
161
    datereceived     => $details->{'datereceived'},
161
    shipmentdate     => $details->{'shipmentdate'},
162
    billingdate      => $details->{'billingdate'},
162
    billingdate      => $details->{'billingdate'},
163
    invoiceclosedate => $details->{'closedate'},
163
    invoiceclosedate => $details->{'closedate'},
164
    shipmentcost     => $details->{'shipmentcost'},
164
    shipmentcost     => $details->{'shipmentcost'},
165
- 

Return to bug 12619