X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=conf%2Finvoice_html;h=cd348274fd94f372fd369e2af926e0ec0fac863d;hp=567385b06bc210e53dcd25f742fb202f569cc5c5;hb=4fdaf2e78de5e32772af84b010de28656d8422fb;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924 diff --git a/conf/invoice_html b/conf/invoice_html index 567385b06..cd348274f 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -132,8 +132,8 @@ $OUT .= '' . emt('Ref') . ''. '' . emt('Description') . ''. ( $unitprices - ? '' . emt('Unit Price') . ''. - '' . emt('Quantity') . '' + ? '' . emt('Unit Price') . ''. + '' . emt('Quantity') . '' : '' ). '' . emt('Amount') . ''; } @@ -158,8 +158,8 @@ ( $line->{'ref'} ne $lastref ? $line->{'ref'} : '' ). ''. ''. $line->{'description'}. ''. ( $unitprices - ? ''. $line->{'unit_amount'}. ''. - ''. $line->{'quantity'}. '' + ? ''. $line->{'unit_amount'}. ''. + ''. $line->{'quantity'}. '' : '' ).