diff options
author | ivan <ivan> | 2008-11-11 07:51:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-11-11 07:51:14 +0000 |
commit | c984616309a01b953ba205d686004d294e5762ff (patch) | |
tree | cdc4092efe25570ae6249aeaa3034591afbc5337 | |
parent | 0c4ce8528be73261b53717eae507c7ef0bf5c729 (diff) |
make HTML invoice more consistent with current typeset invoice: center invoice date instead of right-justify
-rw-r--r-- | conf/invoice_html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/invoice_html b/conf/invoice_html index 331a0b978..ed590192c 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -19,7 +19,7 @@ <td align="right"> <table CLASS="invoice_headerright" cellspacing=0> <tr> - <td align="right"> + <td align="center"> Invoice date<BR> <B><%= $date %></B> </td> |