FIX 13.0 PR #18993: add comment on modified part

This commit is contained in:
atm-florian 2021-10-18 09:46:20 +02:00
parent 2ff75dfab4
commit aff8d9c24a

View File

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