diff --git a/includes/giant/RapportGiant.php b/includes/giant/RapportGiant.php index 531d261ce..6c11e665d 100644 --- a/includes/giant/RapportGiant.php +++ b/includes/giant/RapportGiant.php @@ -55,7 +55,7 @@ $rapportExists = Doctrine_Query::create() ->fetchOne(); if (!file_exists($rapportExists->UrlObjectRapportFile)) { - + echo 'rentre';exit; $nameFileRapport = 'rapport-'.date('Y-m-d').'-'.$_GET['pays'].'-'.$_GET['company'].'-'.$_GET['type']; $soap_client2 = getClient($_GET['pays'], 'RetrieveDataSet');