Save also code of event
This commit is contained in:
parent
0dd955875c
commit
832d1b37c1
@ -12,6 +12,7 @@ For users:
|
|||||||
- Fix: Unsubscribe emailing not working
|
- Fix: Unsubscribe emailing not working
|
||||||
- Fix: Trigger on create category call failed because user is not passed on card
|
- Fix: Trigger on create category call failed because user is not passed on card
|
||||||
- Fix: list event view lost type event filter
|
- Fix: list event view lost type event filter
|
||||||
|
- Fix: Save also code event
|
||||||
|
|
||||||
***** ChangeLog for 3.6 compared to 3.5.* *****
|
***** ChangeLog for 3.6 compared to 3.5.* *****
|
||||||
For users:
|
For users:
|
||||||
|
|||||||
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user