summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-taxclass.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-select-taxclass.html')
-rw-r--r--httemplate/elements/tr-select-taxclass.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-taxclass.html b/httemplate/elements/tr-select-taxclass.html
index 424d5ad02..a20dd17b5 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="taxclass" VALUE="<% $taxclass %>">
+ <INPUT TYPE="hidden" NAME=""<% $opt{'element_name'} || $opt{'field'} || 'taxclass' %>" VALUE="<% $taxclass %>">
% } else {