Brian's patch to add company-id to the company address.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13296 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2006-02-19 16:32:49 +00:00
parent 57115770d6
commit 3684d8a444
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -10,6 +10,9 @@
Pop up a warning dialog if the user has no valid post-to accounts.
Fixes #331730.
* src/business/business-reports/fancy-invoice.scm:
Brian's patch to add company-id to the company address.
2006-02-18 Derek Atkins <derek@ihtfp.com>
* intl-scm/xgettext.scm: remove the absolute path from filenames
@@ -722,7 +722,7 @@
'attribute (list "align" "right")
'attribute (list "width" "33%"))
(gnc:html-table-append-row!
table (list (string-expand (if addy addy "") #\newline "<br>")
table (list (string-expand (string-append (if addy addy "") (if id (string-append "\n" id) "")) #\newline "<br>")
(string-expand
(string-append (if phone
(string-append (_ "Phone:") " " phone)