Approval.
This commit is contained in:
9
te/object_damage_status_set.php
Normal file
9
te/object_damage_status_set.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_damage_status_set = array (
|
||||
'identified' => 'Identified',
|
||||
'repair_possible' => 'Reviewed; repair possible',
|
||||
'repair_scheduled' => 'Repair scheduled',
|
||||
'repaired' => 'Repaired',
|
||||
'irreparable' => 'Irreparable',
|
||||
);
|
Reference in New Issue
Block a user