Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside
[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 &>