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:39:50 -0700 |
commit | f25d6572bb0b3b1a69472d28dc57034f54fc59d3 (patch) | |
tree | 0caabfbbcccf8edaa03d9b6d33eef9ed4ebee1d1 /httemplate/elements | |
parent | da1d7135d21a1e97c801b14e7ff5700d45d942a5 (diff) |
typo
Diffstat (limited to 'httemplate/elements')
-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 23916d9e2..a7143b857 100644 --- a/httemplate/elements/tr-select-cust-part_pkg.html +++ b/httemplate/elements/tr-select-cust-part_pkg.html @@ -84,7 +84,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> |