mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-10 04:58:26 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user