Correction requete SQL de détection des actes
This commit is contained in:
parent
5112b1bc5c
commit
55a3bbcb61
@ -623,9 +623,9 @@ class Infogreffe
|
||||
Zend_Registry::get('firebug')->info($result);
|
||||
if ( file_exists($this->pathData.$this->actePath($ref).$result->file) )
|
||||
{
|
||||
Zend_Registry::get('firebug')->info($acte);
|
||||
if ($result->type != $acte['type_acte'] && $result->type2 != '') {
|
||||
//Add to the database
|
||||
$actesM = new Application_Model_ActesFiles();
|
||||
$actesM->update(array(
|
||||
'type2' => $acte['type_acte'],
|
||||
'type_libelle' => $acte['type_acte_libelle']
|
||||
|
Loading…
Reference in New Issue
Block a user