Petite correction
This commit is contained in:
parent
268aa802c0
commit
29f441596d
@ -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));
|
||||
}
|
||||
|
||||
|
@ -63,7 +63,6 @@
|
||||
<h2>Enrichissements terminés</h2>
|
||||
<div>
|
||||
<?php if (count($this->fileFinish)) {?>
|
||||
<?php print_r($this->fileFinish)?>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
|
Loading…
Reference in New Issue
Block a user