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

save code event

parent 67b308cb
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ Fix: [ bug #1558 ] Product/service edit page title shows new Ref instead of old ...@@ -23,6 +23,7 @@ Fix: [ bug #1558 ] Product/service edit page title shows new Ref instead of old
Fix: [ bug #1553 ] Saving User displays setup removes menu. Fix: [ bug #1553 ] Saving User displays setup removes menu.
Fix: [ bug #1544 ] Can remove date from invoice Fix: [ bug #1544 ] Can remove date from invoice
Fix: list event view lost type event filter Fix: list event view lost type event filter
Fix: Add code save on create event
***** ChangeLog for 3.5.4 compared to 3.5.3 ***** ***** ChangeLog for 3.5.4 compared to 3.5.3 *****
Fix: Hide title of event when agenda module disabled. Fix: Hide title of event when agenda module disabled.
......
...@@ -140,6 +140,7 @@ class ActionComm extends CommonObject ...@@ -140,6 +140,7 @@ class ActionComm extends CommonObject
if ($result > 0) if ($result > 0)
{ {
$this->type_id=$cactioncomm->id; $this->type_id=$cactioncomm->id;
$this->code=$cactioncomm->code;
} }
else if ($result == 0) 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