From 4fdaf2e78de5e32772af84b010de28656d8422fb Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 27 Mar 2013 15:45:12 -0700 Subject: alignment of unit price column, #18959 --- conf/invoice_html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf/invoice_html') 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'}. '' : '' ). -- cgit v1.2.1