summaryrefslogtreecommitdiff
path: root/conf/invoice_html
diff options
context:
space:
mode:
authorivan <ivan>2007-04-20 21:40:56 +0000
committerivan <ivan>2007-04-20 21:40:56 +0000
commit6251bf0159dc4957e4d6abf5dac8aeb338f8b1cd (patch)
tree47f709b8c982424f8289ec87320db58b9da945c9 /conf/invoice_html
parentc19cd2621e2267ddc03769ebd2c0fa7be7d7e828 (diff)
add customer # to default invoice templates
Diffstat (limited to 'conf/invoice_html')
-rw-r--r--conf/invoice_html10
1 files changed, 8 insertions, 2 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index fa1f9434e..f9fd847f4 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -26,13 +26,19 @@
<td>
</td>
<td align="left">
- Invoice&nbsp;number<BR>
+ Invoice&nbsp;#<BR>
<B><%= $invnum %></B>
</td>
+ <td>
+ </td>
+ <td align="center">
+ Customer #<BR>
+ <B><%= $custnum %></B>
+ </td>
</tr>
<tr>
<th>&nbsp;</th>
- <th colspan=1 align="center">
+ <th colspan=3 align="center">
<FONT SIZE="+3">I</FONT><FONT SIZE="+2">NVOICE</FONT>
</th>
<th>&nbsp;</th>