[freeside-commits] branch FREESIDE_3_BRANCH updated. 3e7b9c1a8ddbe9aabba470fc02041ad631cd9b8a
Mark Wells
mark at 420.am
Mon Oct 27 16:33:06 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 3e7b9c1a8ddbe9aabba470fc02041ad631cd9b8a (commit)
from f974755f8ea10a94436bbac5707e79044d6c8aa2 (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 3e7b9c1a8ddbe9aabba470fc02041ad631cd9b8a
Author: Mark Wells <mark at freeside.biz>
Date: Mon Oct 27 16:32:43 2014 -0700
typo, #30856
diff --git a/conf/invoice_html b/conf/invoice_html
index 795242d..509bf95 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -115,7 +115,7 @@
$OUT .= '<p class="allcaps"><b>';
my $sectionhead;
if ( $section->{'location'} ) {
- $sectionhead .= $section->{'location'}{'label_prefix'}. ': '.
+ $sectionhead .= $section->{'location'}{'label_prefix'}. ': '
if length($section->{'location'}{'label_prefix'});
$sectionhead = $section->{'location'}{'address1'};
$sectionhead .= ', '.$section->{'location'}{'address2'}
-----------------------------------------------------------------------
Summary of changes:
conf/invoice_html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list