fix accidental removal of "last_bill" from invoice data hash, #34217, from #31273
[freeside.git] / httemplate / elements / tr-select-ticketing_queueid.html
1 <TR>
2   <TD ALIGN="right"><% $opt{'label'} || 'Ticketing queue' %></TD>
3   <TD>
4     <% include( '/elements/select-ticketing_queueid.html', %opt ) %>
5   </TD>
6 </TR>
7 <%init>
8
9 my %opt = @_;
10
11 </%init>