FIX 13.0 PR #18993: add comment on modified part
This commit is contained in:
parent
2ff75dfab4
commit
aff8d9c24a
@ -1657,7 +1657,7 @@ class Ticket extends CommonObject
|
||||
$actioncomm->userassigned = array($user->id);
|
||||
$actioncomm->userownerid = $user->id;
|
||||
$actioncomm->datep = $now;
|
||||
$actioncomm->percentage = -1;
|
||||
$actioncomm->percentage = -1; // percentage is not relevant for punctual events
|
||||
$actioncomm->elementtype = 'ticket';
|
||||
$actioncomm->fk_element = $this->id;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user