Don't load a custom report that has the same name as a standard

report.  Fixes #168250.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13877 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2006-04-29 07:27:45 +00:00
parent 599d37402b
commit 2932ad7c5a
2 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
2006-04-29 David Hampton <hampton@employees.org>
* src/report/report-system/report.scm: Don't load a custom report
that has the same name as a standard report. Fixes #168250.
* src/bin/gnucash-bin.c: Load the user config earlier in startup.
Fixes the missing custom report problem #338668.