1 % if ( FS::Conf->new->exists('invoice-unitprice') or $curr_value > 1 ) {
3 <TH ALIGN="right"><% mt('Quantity') |h %>
6 <INPUT TYPE="text" NAME="quantity" SIZE=4 VALUE="<% $curr_value |h %>">
10 <INPUT TYPE="hidden" NAME="quantity" VALUE="1">
14 my $curr_value = $cgi->param('quantity') || $opt{'curr_value'} || 1;