diff options
-rw-r--r-- | httemplate/misc/order_pkg.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index 7aa024a34..c5d3fa3a8 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -39,6 +39,8 @@ <INPUT TYPE="text" NAME="quantity" SIZE=4 VALUE="<% $quantity %>"> </TD> </TR> +% } else { + <INPUT TYPE="hidden" NAME="quantity" VALUE="1"> % } <TR> |