diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-06-14 13:59:11 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-14 13:59:11 -0700 |
commit | b6260b4f39cf34b9e0e5b8560ef88c8881ba0766 (patch) | |
tree | e67aad06f2281bb0f85b0a4d87708d6c44658644 /httemplate/elements/tr-select-cust_class.html | |
parent | 998bb3d2c2ae8eedcc8b4fb2abc195e8ed1ee9f6 (diff) |
UI spring cleaning: customer edit
Diffstat (limited to 'httemplate/elements/tr-select-cust_class.html')
-rw-r--r-- | httemplate/elements/tr-select-cust_class.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-cust_class.html b/httemplate/elements/tr-select-cust_class.html index 54a11d79e..7a2321560 100644 --- a/httemplate/elements/tr-select-cust_class.html +++ b/httemplate/elements/tr-select-cust_class.html @@ -5,7 +5,7 @@ % } else { <TR> - <TD ALIGN="right"><% $opt{'label'} || 'Customer class' %></TD> + <TH ALIGN="right"><% $opt{'label'} || 'Customer class' %></TD> <TD> <% include( '/elements/select-cust_class.html', 'curr_value' => $classnum, |