Fix: Date ral mal renseigne
This commit is contained in:
parent
74be2d4b0e
commit
50447660f2
@ -135,7 +135,7 @@ class InterfaceWebCal
|
||||
$libellecal.=($object->note?$object->note:"");
|
||||
}
|
||||
|
||||
$this->date=$object->date;
|
||||
$this->date=$object->date ? $object->date : $object->datep;
|
||||
$this->duree=$object->duree;
|
||||
$this->texte=$object->societe->nom;
|
||||
$this->desc=$libellecal;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user