diff --git a/php/lib/report_orders.php b/php/lib/report_orders.php index a153d61d..81fbc0d6 100644 --- a/php/lib/report_orders.php +++ b/php/lib/report_orders.php @@ -485,11 +485,6 @@ protected function getHtml_orderProdUfSel($order_id, $provider_id, $date_for_ord } $info_product['_sum_order_q'] += $row['order_quantity']; $info_product['_sum_current_q'] += $row['current_quantity']; - $info_order['_sum_amount'] += $this->amount( - $row['current_quantity'], - $row['cost_price'], - $row['final_price'] - ); if ($detail || $info_product['orderable_type_id'] == 3) { $info_product['_body'] .= $this->t_data_row(2, false, "{$row['uf_name']} {$Text['uf_short']}-{$row['uf_id']}",