diff options
author | ivan <ivan> | 2008-08-29 00:23:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-08-29 00:23:56 +0000 |
commit | 5703b343f5a7184814e8e545e123c1544af2c521 (patch) | |
tree | 86f1e8f86b69a31445d6a66bb1d8236a8210adc8 /httemplate/elements/tr-select-taxclass.html | |
parent | 2f709ab04cee5c24fb3e4938ad879a2019962499 (diff) |
correct nits in tax class selection
Diffstat (limited to 'httemplate/elements/tr-select-taxclass.html')
-rw-r--r-- | httemplate/elements/tr-select-taxclass.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-taxclass.html b/httemplate/elements/tr-select-taxclass.html index 7006b1ac7..981c1a5f2 100644 --- a/httemplate/elements/tr-select-taxclass.html +++ b/httemplate/elements/tr-select-taxclass.html @@ -2,7 +2,7 @@ % || scalar(@{ $opt{'taxclasses'} }) == 0 % ) { - <INPUT TYPE="hidden" NAME=""<% $opt{'element_name'} || $opt{'field'} || 'taxclass' %>" VALUE="<% $selected_taxclass %>"> + <INPUT TYPE="hidden" NAME="<% $opt{'element_name'} || $opt{'field'} || 'taxclass' %>" VALUE="<% $selected_taxclass %>"> % } else { |