2022-10-15 15:00:52 +02:00
|
|
|
<?PHP
|
|
|
|
$process_types['project'] = 'Project';
|
|
|
|
$process_types['grant_application'] = 'Grant application';
|
|
|
|
$process_types['exhibition'] = 'Exhibition';
|
|
|
|
$process_types['appointment'] = 'Appointment / Event';
|
|
|
|
$process_types['loan_incoming'] = 'Loan (incoming)';
|
|
|
|
$process_types['loan_outgoing'] = 'Loan (outgoing)';
|
|
|
|
$process_types['employment_ad'] = 'Employment ad';
|
|
|
|
$process_types['purchase'] = 'Purchase';
|
|
|
|
$process_types['deaccession'] = 'Deaccession';
|
|
|
|
$process_types['construction'] = 'Construction measure';
|
|
|
|
$process_types['pest_control_campaign'] = 'Pest control campaign';
|
|
|
|
$process_types['pr_campaign'] = 'PR campaign';
|
|
|
|
$process_types['relocation'] = 'Relocation';
|
2022-10-28 00:27:01 +02:00
|
|
|
$process_types['discussion'] = 'Discussion';
|