[freeside-commits] branch FREESIDE_3_BRANCH updated. be70eef1b245f372d22fee1800b81990f2842a77
Ivan
ivan at 420.am
Sun Jan 18 13:10:22 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via be70eef1b245f372d22fee1800b81990f2842a77 (commit)
from e0996ad60e8a9d4d050fcdb722121027e7e107c0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit be70eef1b245f372d22fee1800b81990f2842a77
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Jan 18 13:10:21 2015 -0800
invoice and quotation borders
diff --git a/conf/invoice_html b/conf/invoice_html
index bd99899..ae17da3 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -14,7 +14,7 @@
.allcaps { text-transform:uppercase; font-size: 12pt }
</STYLE>
-<table class="invoice" bgcolor="#ffffff" WIDTH=625 CELLSPACING=8><tr><td>
+<table class="invoice" bgcolor="#ffffff" WIDTH=625 CELLSPACING=8 STYLE="border:1px solid #000000"><tr><td>
<table class="invoice_header" width="100%">
<tr>
diff --git a/conf/quotation_html b/conf/quotation_html
index 5458774..7d69205 100644
--- a/conf/quotation_html
+++ b/conf/quotation_html
@@ -14,7 +14,7 @@
.allcaps { text-transform:uppercase }
</STYLE>
-<table class="invoice" bgcolor="#ffffff" WIDTH=625 CELLSPACING=8><tr><td>
+<table class="invoice" bgcolor="#ffffff" WIDTH=625 CELLSPACING=8 STYLE="border:1px solid #000000"><tr><td>
<table class="invoice_header" width="100%">
<tr>
-----------------------------------------------------------------------
Summary of changes:
conf/invoice_html | 2 +-
conf/quotation_html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list