This commit is contained in:
parent
bdefad35f8
commit
0cbd786d18
@ -54,8 +54,8 @@ $rapportExists = Doctrine_Query::create()
|
|||||||
->andWhere('DataSetType = "'. $_GET['type'].'"')
|
->andWhere('DataSetType = "'. $_GET['type'].'"')
|
||||||
->fetchOne();
|
->fetchOne();
|
||||||
|
|
||||||
if (!file_exists($rapportExists->UrlObjectRapportFile)) {
|
if (empty($rapportExists->CompanyId)) {
|
||||||
echo 'rentre';exit;
|
|
||||||
$nameFileRapport = 'rapport-'.date('Y-m-d').'-'.$_GET['pays'].'-'.$_GET['company'].'-'.$_GET['type'];
|
$nameFileRapport = 'rapport-'.date('Y-m-d').'-'.$_GET['pays'].'-'.$_GET['company'].'-'.$_GET['type'];
|
||||||
$soap_client2 = getClient($_GET['pays'], 'RetrieveDataSet');
|
$soap_client2 = getClient($_GET['pays'], 'RetrieveDataSet');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user