diff options
author | Mark Wells <mark@freeside.biz> | 2012-07-25 16:16:02 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-07-25 16:16:02 -0700 |
commit | 74c9101d79b0dfd2f2d3a2996bd3d3575ada9252 (patch) | |
tree | b3fd12aaa4d7e543e46405888889b5649fa0bf9a /httemplate/misc/order_pkg.html | |
parent | 217b71622d3898e6df98832d378312aa70d6ae7e (diff) |
fix ordering packages with no unit price, #13136
Diffstat (limited to 'httemplate/misc/order_pkg.html')
-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> |