mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Andrew Sackville-West's to pass the rignt number of arguments to
gnc:register-guid. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13377 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2006-02-23 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/report/report-system/html-utilities.scm: Andrew
|
||||
Sackville-West's to pass the rignt number of arguments to
|
||||
gnc:register-guid.
|
||||
|
||||
* src/report/report-gnome/gnc-plugin-page-report.c:
|
||||
* src/gnome-utils/gnc-recurrence.c:
|
||||
* src/gnome-utils/gnc-plugin-file-history.c:
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
(gnc:register-guid "split-guid=" (gnc:split-get-guid split)))
|
||||
|
||||
(define (gnc:transaction-anchor-text trans)
|
||||
(gnc:register-guid (gnc:transaction-get-guid trans)))
|
||||
(gnc:register-guid "trans-guid=" (gnc:transaction-get-guid trans)))
|
||||
|
||||
(define (gnc:report-anchor-text report-id)
|
||||
(gnc:html-build-url gnc:url-type-report
|
||||
|
||||
Reference in New Issue
Block a user