diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-08-06 00:10:39 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-08-31 23:04:45 -0500 |
commit | 0b8f014e86b3464cca92fd925159e457ae54c2b8 (patch) | |
tree | 3447c21efef29cfc81ffeba7a14760661f423fcc /httemplate/elements/select-rt-queue.html | |
parent | d5461ef7f534030b662ce5c6ee81eafd5f18cbec (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.html | 2 |
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; |