X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_html;h=e2f16640ddd27ce11ffda2b729e7023be4bdc65b;hb=b57b46f7a4743346799dae9ae680152829889fc0;hp=a3ab6c0c2685878c9957f86672fa5f347c87f3b6;hpb=988ec48fea05902eb7ea22e43a44e86a36eee06a;p=freeside.git diff --git a/conf/invoice_html b/conf/invoice_html index a3ab6c0c2..e2f16640d 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -99,6 +99,11 @@ ''. 'Ref'. 'Description'. + ( $unitprices + ? 'Unit Price'. + 'Quantity' + : '' + ). 'Amount'. ''; @@ -113,15 +118,23 @@ ''. ''. $line->{'ref'}. ''. ''. $line->{'description'}. ''. + ( $unitprices + ? ''. $line->{'unit_amount'}. ''. + ''. $line->{'quantity'}. '' + : '' + ). + ''. $line->{'amount'}. ''. '' ; if ( @{$line->{'ext_description'} } ) { - $OUT .= ''; + $OUT .= '' : '>'; + $OUT .= '
'; foreach my $ext_desc ( @{$line->{'ext_description'} } ) { $OUT .= ''. - ''. + ''. '' } $OUT .= '
- '. $ext_desc. '  '. $ext_desc. '
'; @@ -135,7 +148,7 @@ $OUT .= ''. qq( ). - qq(). + qq(). #colspan=3??? $section->{'description'}. ' Total '. qq(). $section->{'subtotal'}. ''. @@ -144,7 +157,7 @@ } if ($section->{'posttotal'}) { - $OUT .= ''; + $OUT .= ''; $OUT .= '

'. $section->{'posttotal'}. ''. @@ -165,7 +178,8 @@ $OUT .= ''. qq( ). - qq(). + qq(' : '>' ). $line->{'total_item'}. ''. qq(). $line->{'total_amount'}. ''.