note is now saved in database

This commit is contained in:
Dorian Vabre 2021-05-07 14:34:29 +02:00
parent 5bb100de29
commit 2169a106fa

View File

@ -212,6 +212,7 @@ class ConferenceOrBooth extends ActionComm
$this->type_id=$this->fk_action;
$this->socid=$this->fk_soc;
$this->datef=$this->datep2;
$this->note_private=$this->note;
}
/**