We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$substitutionarray['USER_SIGNATURE'] = $user->signature; $substitutionarray['TICKET_TRACKID'] = $object->track_id; $substitutionarray['TICKET_REF'] = $object->ref; $substitutionarray['TICKET_SUBJECT'] = $object->subject; $substitutionarray['TICKET_TYPE'] = $object->type_code; $substitutionarray['TICKET_SEVERITY'] = $object->severity_code; $substitutionarray['TICKET_CATEGORY'] = $object->category_code; // For backward compatibility $substitutionarray['TICKET_ANALYTIC_CODE'] = $object->category_code; $substitutionarray['TICKET_MESSAGE'] = $object->message; $substitutionarray['TICKET_PROGRESSION'] = $object->progress;
The text was updated successfully, but these errors were encountered:
Rangement dans dolibarr et réaliser une PR
Sorry, something went wrong.
TICKET_TRACKID TICKET_REF TICKET_SUBJECT TICKET_TYPE TICKET_SEVERITY TICKET_CATEGORY TICKET_ANALYTIC_CODE TICKET_MESSAGE TICKET_PROGRESSION TICKET_USER_ASSIGN TICKET_USER_CREATE
lmag
evarisk-theo
No branches or pull requests
$substitutionarray['USER_SIGNATURE'] = $user->signature;
$substitutionarray['TICKET_TRACKID'] = $object->track_id;
$substitutionarray['TICKET_REF'] = $object->ref;
$substitutionarray['TICKET_SUBJECT'] = $object->subject;
$substitutionarray['TICKET_TYPE'] = $object->type_code;
$substitutionarray['TICKET_SEVERITY'] = $object->severity_code;
$substitutionarray['TICKET_CATEGORY'] = $object->category_code; // For backward compatibility
$substitutionarray['TICKET_ANALYTIC_CODE'] = $object->category_code;
$substitutionarray['TICKET_MESSAGE'] = $object->message;
$substitutionarray['TICKET_PROGRESSION'] = $object->progress;
The text was updated successfully, but these errors were encountered: