Form 477 update for 2022+ reporting (2020 census data), RT#86245 (New FS::Misc::Geo...
[freeside.git] / httemplate / elements / select-e911_type.html
1 % my $types = FS::svc_phone->e911_types;
2 <& select.html,
3   options => [ keys(%$types) ],
4   labels  => $types,
5   @_
6 &>