summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-cust_pkg-status.html
blob: 22ee146cd46b95ac6270bd48f1621ca6ac38ba44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%
%  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>