summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-08-16 00:44:17 +0000
committerivan <ivan>2011-08-16 00:44:17 +0000
commit4fc92f4d9988015ca6c19bd84912350725043a1b (patch)
tree930aaa493b00f9822b54f9900d6cfb723aca3cbc
parentf024e9d6f1a39f192bf7393c670332c9d223af79 (diff)
Invoice # & Customer #
-rw-r--r--conf/invoice_html2
-rw-r--r--conf/invoice_latex2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index 7a8b8594e..289ada1da 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -35,7 +35,7 @@
<td>
</td>
<td align="center">
- Customer #<BR>
+ Customer&nbsp;#<BR>
<B><%= $custnum %></B>
</td>
</tr>
diff --git a/conf/invoice_latex b/conf/invoice_latex
index 27ca80305..10f30cfe8 100644
--- a/conf/invoice_latex
+++ b/conf/invoice_latex
@@ -125,7 +125,7 @@
\ifthenelse{\equal{\thepage}{1}}
{ % First page
\begin{tabular}{ccc}
- Invoice date & Invoice \#& Customer\#\\
+ Invoice date & Invoice \#& Customer \#\\
\vspace{0.2cm}
\textbf{[@-- $date --@]} & \textbf{[@-- $invnum --@]} & \textbf{[@-- $custnum --@]} \\\hline
\rule{0pt}{5ex} &~~ \huge{\textsc{[@-- $notice_name || 'Invoice' --@]}} & \\