Approval.
This commit is contained in:
14
dsb/process_types.php
Normal file
14
dsb/process_types.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?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';
|
Reference in New Issue
Block a user