diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 01:47:22 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-11-08 01:47:22 -0800 |
| commit | 435f0dc9c5b8a4c703ecd52e34f54779d2a22b62 (patch) | |
| tree | e8d234bd7cfdbe638a94862d77d81a8e7f745855 /httemplate/elements/tr-select-taxclass.html | |
| parent | 801fc8102568cf06bcd727b8de376c19473e54a1 (diff) | |
4.x style one-time charge
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 97f3cad0b..22c560ea7 100644 --- a/httemplate/elements/tr-select-taxclass.html +++ b/httemplate/elements/tr-select-taxclass.html @@ -7,7 +7,7 @@ % } else { <TR> - <TD ALIGN="right"><% $opt{'label'} || 'Tax class: ' %></TD> + <TH ALIGN="right"><% $opt{'label'} || 'Tax class: ' %></TH> <TD> <% include( '/elements/select-taxclass.html', 'curr_value' => $selected_taxclass, |
