From 425f5999bc3458c518e87ebff96cf189e72e5efd Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 16 Mar 2018 15:27:18 +0100 Subject: [PATCH] Verbose --- cron_export_sales_monthly.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cron_export_sales_monthly.php b/cron_export_sales_monthly.php index b8aa6a8..905ccce 100644 --- a/cron_export_sales_monthly.php +++ b/cron_export_sales_monthly.php @@ -627,6 +627,10 @@ if($slipNb > 0) { } // No case, get line mark refunded else { + if ($optVerbose) { + echo date('Y-m-d H:i:s')." - No transaction"."\n"; + } + // Base on real article refunded - clean order details foreach ($order_details as $k => $detail) { if ($detail['product_quantity_refunded'] == 0) { unset($order_details[$k]);