summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-cust_pkg-status.html
blob: 17768517dbfc3e87e1ede678265ff124b6ec5d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<%
  my( $status, %opt ) = @_;

  $opt{'statuses'} ||= [ FS::cust_pkg->statuses() ]; # { disabled=>'' } )

%>

<TR>
  <TD ALIGN="right"><%= $opt{'label'} || 'Status' %></TD>
  <TD>
    <%= include( '/elements/select-cust_pkg-status.html', $status, %opt ) %>
  </TD>
</TR>