mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/quotes/Makefile.am: add dump-finance-quote to the DIST
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7929 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c2e26a8d0f
commit
3fdac525ae
@ -31,6 +31,8 @@
|
|||||||
user does something silly like having a split with no account.
|
user does something silly like having a split with no account.
|
||||||
Warn the user when we find this situation.
|
Warn the user when we find this situation.
|
||||||
|
|
||||||
|
* src/quotes/Makefile.am: add dump-finance-quote to the DIST
|
||||||
|
|
||||||
2003-02-01 Benoit Grégoire <bock@step.polymtl.ca>
|
2003-02-01 Benoit Grégoire <bock@step.polymtl.ca>
|
||||||
|
|
||||||
* src/import-export/gnc-ofx-import.c: No longer assume that transaction with type OFX_OTHER are investement transactions. Fixes bug reported by Rik harris.
|
* src/import-export/gnc-ofx-import.c: No longer assume that transaction with type OFX_OTHER are investement transactions. Fixes bug reported by Rik harris.
|
||||||
|
@ -11,7 +11,8 @@ EXTRA_DIST = \
|
|||||||
finance-quote-helper.in \
|
finance-quote-helper.in \
|
||||||
gnc-prices \
|
gnc-prices \
|
||||||
update-finance-quote.in \
|
update-finance-quote.in \
|
||||||
value_portfolio
|
value_portfolio \
|
||||||
|
dump-finance-quote
|
||||||
|
|
||||||
## We borrow guile's convention and use @-...-@ as the substitution
|
## We borrow guile's convention and use @-...-@ as the substitution
|
||||||
## brackets here, instead of the usual @...@. This prevents autoconf
|
## brackets here, instead of the usual @...@. This prevents autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user