projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
RT#14671: Usage for current day when billing outstanding usage (for cancelling customers)
[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>