80 $cn=Dossier::connect();
81 $this->jrn_note_sql->setp(
"jr_id",$this->operation_id);
82 $this->jrn_note_sql->setp(
"n_text",$this->note);
84 if ( empty($this->jrn_note_sql->n_text) && $this->id > -1 ) {
85 $this->jrn_note_sql->delete();
88 $this->jrn_note_sql->save();
89 $this->
id=$this->jrn_note_sql->n_id;