diff options
author | Mark Wells <mark@freeside.biz> | 2016-05-31 12:39:50 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-05-31 12:40:15 -0700 |
commit | 6c853dd55563ae035c1bf17695d3cb2ad3452110 (patch) | |
tree | e77364d2d30bc2e4c6636277964a3bcef0588cad | |
parent | 099cd9cd6b789ad0ee4ce7d9ac8721ccce69b8dd (diff) |
typo
-rw-r--r-- | httemplate/elements/tr-select-cust-part_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-cust-part_pkg.html b/httemplate/elements/tr-select-cust-part_pkg.html index 6244b6cb7..f4af405fc 100644 --- a/httemplate/elements/tr-select-cust-part_pkg.html +++ b/httemplate/elements/tr-select-cust-part_pkg.html @@ -86,7 +86,7 @@ </TR> % } else { # so that the rest of the page works correctly - <INPUT TYPE="hidden" ID="classnum" NAME="classnum" VALUE="-1`"> + <INPUT TYPE="hidden" ID="classnum" NAME="classnum" VALUE="-1"> % } <TR> |