clean up various other RT initialization inconsistancy, RT#18719
[freeside.git] / httemplate / elements / select-rt-customfield.html
index 7a45bb1..85758d5 100644 (file)
@@ -3,9 +3,6 @@
 <OPTION VALUE="<% shift @fields %>"><% shift @fields %></OPTION>
 % }
 </SELECT>
-<%once>
-RT::Init();
-</%once>
 <%init>
 my %opt = @_;
 my $lookuptype = $opt{lookuptype};