Fix: Date réal mal renseignée
This commit is contained in:
parent
74be2d4b0e
commit
50447660f2
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user