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

(-)a/acqui/spent.pl (-2 / +1 lines)
Lines 130-136 while (my $data = $sth->fetchrow_hashref) { Link Here
130
    push @shipmentcosts, {
130
    push @shipmentcosts, {
131
        shipmentcost => sprintf("%.2f", $data->{shipmentcost}),
131
        shipmentcost => sprintf("%.2f", $data->{shipmentcost}),
132
        invoiceid => $data->{invoiceid},
132
        invoiceid => $data->{invoiceid},
133
	invoicenumber => $data->{invoicenumber}
133
        invoicenumber => $data->{invoicenumber}
134
    };
134
    };
135
    $total += $data->{shipmentcost};
135
    $total += $data->{shipmentcost};
136
}
136
}
137
- 

Return to bug 23363