summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-rt-queue.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-08-06 00:10:39 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-08-31 22:51:42 -0500
commitf783e0d36945cc2eeaeefdb1efdc6bc75c4607dc (patch)
treed2a2cb90d387c0e11390d40badeed0725b0ee7b9 /httemplate/elements/select-rt-queue.html
parentc02f0c21ed0fc1d3982135a909c380fa7bb634d4 (diff)
RT#71696: OFM Request for additional action on Billing Events
Diffstat (limited to 'httemplate/elements/select-rt-queue.html')
-rw-r--r--httemplate/elements/select-rt-queue.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/select-rt-queue.html b/httemplate/elements/select-rt-queue.html
index 4ae8bc942..289336516 100644
--- a/httemplate/elements/select-rt-queue.html
+++ b/httemplate/elements/select-rt-queue.html
@@ -1,4 +1,4 @@
-<SELECT NAME="<% $opt{'name'} %>"<% $opt{'multiple'} ? ' MULTIPLE' : '' %>>
+<SELECT NAME="<% $opt{'name'} || $opt{'field'} %>"<% $opt{'multiple'} ? ' MULTIPLE' : '' %>>
% while ( @fields ) {
% my $value = shift @fields;
% my $label = shift @fields;