diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-08-11 16:18:24 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-08-11 16:18:24 -0700 |
commit | 35e5b12fb55f229edd16bed66e21c5806b8d3b7e (patch) | |
tree | 4c36e5b3821e92cfe773a4d57a82d9172ecf62aa /httemplate/misc/order_pkg.html | |
parent | 9005d0ad058eee59bacafe26217ed4fda2da1800 (diff) | |
parent | 98ea745e4b55a38ad8b5ba3749c56327d641d65d (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc/order_pkg.html')
-rw-r--r-- | httemplate/misc/order_pkg.html | 11 |
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> |