Skip to content

Commit f9f2d0b

Browse files
committed
feat(glpiselectfield): PDU in assets section
1 parent b0b1571 commit f9f2d0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/question.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,6 +1220,7 @@ public static function dropdownObjectSubType(string $name, array $options = []):
12201220
Phone::class => Phone::getTypeName($plural),
12211221
Line::class => Line::getTypeName($plural),
12221222
PassiveDCEquipment::class => PassiveDCEquipment::getTypeName($plural),
1223+
PDU::class => PDU::getTypeName($plural),
12231224
],
12241225
__("Assistance") => [
12251226
Ticket::class => Ticket::getTypeName($plural),

0 commit comments

Comments
 (0)