RT #31482 you can now change the tax class when modifying a one-time charge.
[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 &>