summaryrefslogtreecommitdiff
path: root/httemplate/misc/order_pkg.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-08-09 13:36:27 -0700
committerMark Wells <mark@freeside.biz>2013-08-09 13:36:27 -0700
commit188ea70e3966bb70cf5b112428671473ed9f9580 (patch)
tree335a47103432289ffdd87477c076deeacc641e4a /httemplate/misc/order_pkg.html
parent5f25f76ab660040203be626ce62128af021d6185 (diff)
preserve quantity when changing package type/location, #24259
Diffstat (limited to 'httemplate/misc/order_pkg.html')
-rw-r--r--httemplate/misc/order_pkg.html11
1 files changed, 1 insertions, 10 deletions
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html
index a257e53e3..66c405ac1 100644
--- a/httemplate/misc/order_pkg.html
+++ b/httemplate/misc/order_pkg.html
@@ -37,16 +37,7 @@
&>
% }
-% if ( $conf->exists('invoice-unitprice') ) {
- <TR>
- <TH ALIGN="right"><% mt('Quantity') |h %> </TD>
- <TD>
- <INPUT TYPE="text" NAME="quantity" SIZE=4 VALUE="<% $quantity %>">
- </TD>
- </TR>
-% } else {
- <INPUT TYPE="hidden" NAME="quantity" VALUE="1">
-% }
+<& /elements/tr-input-pkg-quantity.html, curr_value => $quantity &>
<TR>
<TH ALIGN="right"><% mt('Start date') |h %> </TD>