Save also code of event

This commit is contained in:
Florian HENRY 2014-09-02 11:32:38 +02:00
parent 0dd955875c
commit 832d1b37c1
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -140,6 +140,7 @@ class ActionComm extends CommonObject
if ($result > 0)
{
$this->type_id=$cactioncomm->id;
$this->code=$cactioncomm->code;
}
else if ($result == 0)
{