This commit was generated by cvs2svn to compensate for changes in r4888,
[freeside.git] / httemplate / elements / tr-select-cust_pkg-status.html
1 %
2 %  my( $status, %opt ) = @_;
3 %
4 %  $opt{'statuses'} ||= [ FS::cust_pkg->statuses() ]; # { disabled=>'' } )
5 %
6 %
7
8
9 <TR>
10   <TD ALIGN="right"><% $opt{'label'} || 'Status' %></TD>
11   <TD>
12     <% include( '/elements/select-cust_pkg-status.html', $status, %opt ) %>
13   </TD>
14 </TR>