new header about: box
[freeside.git] / httemplate / elements / tr-selectmultiple-part_pkg.html
index abf96d7..455038d 100644 (file)
@@ -1,12 +1,3 @@
-%
-%  my( $cust_fields, %opt ) = @_;
-%
-%  use FS::ConfDefaults;
-%  $opt{'avail_fields'} ||= [ FS::ConfDefaults->cust_fields_avail() ];
-%
-%
-
-
 <TR>
   <TD ALIGN="right"><% $opt{'label'} || 'Packages' %></TD>
   <TD>
@@ -21,3 +12,9 @@
     %>
   </TD>
 </TR>
+
+<%init>
+
+my %opt = @_;
+
+</%init>