Fix: Date réal mal renseignée

This commit is contained in:
Laurent Destailleur 2006-09-16 00:38:58 +00:00
parent 74be2d4b0e
commit 50447660f2

View File

@ -135,7 +135,7 @@ class InterfaceWebCal
$libellecal.=($object->note?$object->note:""); $libellecal.=($object->note?$object->note:"");
} }
$this->date=$object->date; $this->date=$object->date ? $object->date : $object->datep;
$this->duree=$object->duree; $this->duree=$object->duree;
$this->texte=$object->societe->nom; $this->texte=$object->societe->nom;
$this->desc=$libellecal; $this->desc=$libellecal;