Skip to content

Commit

Permalink
feat(glpiselectfield): PDU in assets section
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed May 30, 2023
1 parent b0b1571 commit f9f2d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/question.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1220,6 +1220,7 @@ public static function dropdownObjectSubType(string $name, array $options = []):
Phone::class => Phone::getTypeName($plural),
Line::class => Line::getTypeName($plural),
PassiveDCEquipment::class => PassiveDCEquipment::getTypeName($plural),
PDU::class => PDU::getTypeName($plural),
],
__("Assistance") => [
Ticket::class => Ticket::getTypeName($plural),
Expand Down

0 comments on commit f9f2d0b

Please sign in to comment.