Skip to content
Snippets Groups Projects
Commit 832d1b37 authored by Florian Henry's avatar Florian Henry
Browse files

Save also code of event

parent 0dd95587
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ For users:
- Fix: Unsubscribe emailing not working
- Fix: Trigger on create category call failed because user is not passed on card
- Fix: list event view lost type event filter
- Fix: Save also code event
***** ChangeLog for 3.6 compared to 3.5.* *****
For users:
......
......@@ -140,6 +140,7 @@ class ActionComm extends CommonObject
if ($result > 0)
{
$this->type_id=$cactioncomm->id;
$this->code=$cactioncomm->code;
}
else if ($result == 0)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment