diff options
| author | ivan <ivan> | 2007-04-20 21:40:57 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2007-04-20 21:40:57 +0000 |
| commit | 6d137007714677eed4c775a80b305c76b175cc12 (patch) | |
| tree | 7e4ca1788d4ab1dee0d3cade878e4743f50192f7 /conf/invoice_html | |
| parent | 94abfbf696233fdba2115f3aed974aada600b3e7 (diff) | |
add customer # to default invoice templates
Diffstat (limited to 'conf/invoice_html')
| -rw-r--r-- | conf/invoice_html | 10 |
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 number<BR> + Invoice #<BR> <B><%= $invnum %></B> </td> + <td> + </td> + <td align="center"> + Customer #<BR> + <B><%= $custnum %></B> + </td> </tr> <tr> <th> </th> - <th colspan=1 align="center"> + <th colspan=3 align="center"> <FONT SIZE="+3">I</FONT><FONT SIZE="+2">NVOICE</FONT> </th> <th> </th> |
