Petite correction

This commit is contained in:
Michael RICOIS 2012-01-30 15:39:24 +00:00
parent 268aa802c0
commit 29f441596d
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@ class IndexController extends Zend_Controller_Action
//Liste des enrichissements terminé
$sql = $commandesM->select()
->where("dateStop != '0000-00-00 00:00:00'")
->where("error != ''");
->where("error = ''");
$this->view->assign('fileFinish', $commandesM->fetchAll($sql));
}

View File

@ -63,7 +63,6 @@
<h2>Enrichissements terminés</h2>
<div>
<?php if (count($this->fileFinish)) {?>
<?php print_r($this->fileFinish)?>
<table>
<thead>