diff --git a/cron_export_sales_monthly.php b/cron_export_sales_monthly.php index 90e003b..1a97b7a 100644 --- a/cron_export_sales_monthly.php +++ b/cron_export_sales_monthly.php @@ -852,7 +852,7 @@ if($slipNb > 0) { $_total_products_wo_taxes_export = 0.0; foreach($total_products_wo_taxes_export as $value) { - //$_total_products_wo_taxes_export += $value; + $_total_products_wo_taxes_export += $value; } $refundreason = Db::getInstance()->getValue(' @@ -911,7 +911,7 @@ if($slipNb > 0) { '-'.$_total_taxes_60, '-'.$_total_products_wo_taxes_40, '-'.$_total_taxes_40, - '-'.$_total_products_wo_taxes_export, + '0.0',//'-'.$_total_products_wo_taxes_export, '-'.($slip['shipping_cost'] == 1 ? ($address['id_country'] != 19 ? (float) $order['total_shipping'] / (1 + $order['carrier_tax_rate'] / 100) : 0.0) : 0.0), '-'.($slip['shipping_cost'] == 1 ? ($address['id_country'] != 19 ? 0.0 : $order['total_shipping']) : 0.0), $country,