Code comment

This commit is contained in:
Laurent Destailleur 2018-12-18 13:30:42 +01:00
parent 3a4538f429
commit 220e72449b

View File

@ -786,7 +786,7 @@ class InterfaceActionsAuto extends DolibarrTriggers
$object->sendtoid=0; $object->sendtoid=0;
} }
// TODO Merge all previous cases into this generic one // TODO Merge all previous cases into this generic one
else else // $action = TICKET_CREATE, TICKET_MODIFY, TICKET_DELETE, ...
{ {
// Note: We are here only if $conf->global->MAIN_AGENDA_ACTIONAUTO_action is on (tested at begining of this function) // Note: We are here only if $conf->global->MAIN_AGENDA_ACTIONAUTO_action is on (tested at begining of this function)
// Load translation files required by the page // Load translation files required by the page