X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_html;h=65c777e769b58273ba3b63b760f9c265c8c4fd4d;hb=6fb3ca52b569e131e082d3fe3f141ec3a307b164;hp=a3ab6c0c2685878c9957f86672fa5f347c87f3b6;hpb=988ec48fea05902eb7ea22e43a44e86a36eee06a;p=freeside.git diff --git a/conf/invoice_html b/conf/invoice_html index a3ab6c0c2..65c777e76 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -99,6 +99,11 @@ ''. 'Ref'. 'Description'. + ( $unitprices + ? 'Unit Price'. + 'Quantity' + : '' + ). 'Amount'. ''; @@ -113,11 +118,19 @@ ''. ''. $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 .= ''. @@ -135,7 +148,7 @@ $OUT .= ''. qq(). - qq('. qq('. @@ -165,7 +178,8 @@ $OUT .= ''. qq(). - qq('. qq('.
 ). + qq( colspan=3). $section->{'description'}. ' Total ). $section->{'subtotal'}. '
 ). + qq(' : '>' ). $line->{'total_item'}. '). $line->{'total_amount'}. '