Skip to content

Commit

Permalink
* src/register/ledger-core/split-register-model.c: enable the
Browse files Browse the repository at this point in the history
	  exchange-rate dialog on "search ledger" registers.
	Fixes #113987


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8606 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
derekatkins committed Jun 14, 2003
1 parent 09012a0 commit 5ecbf8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Expand Up @@ -4,6 +4,10 @@
* src/backend/file/gnc-book-xml-v2.c: make the book-string non-static
Fixes #114401

* src/register/ledger-core/split-register-model.c: enable the
exchange-rate dialog on "search ledger" registers.
Fixes #113987

2003-06-14 Chris Lyttle <chris@wilddev.net>

* src/scm/help-topics-index.scm: add Jon Lapham's patch
Expand Down
5 changes: 5 additions & 0 deletions src/register/ledger-core/split-register-model.c
Expand Up @@ -1317,8 +1317,13 @@ gnc_split_reg_has_rate_cell (SplitRegisterType type)
case GENERAL_LEDGER:
case INCOME_LEDGER:
case PORTFOLIO_LEDGER:
case SEARCH_LEDGER:
return TRUE;

case STOCK_REGISTER:
case CURRENCY_REGISTER:
case RECEIVABLE_REGISTER:
case PAYABLE_REGISTER:
default:
return FALSE;
}
Expand Down

0 comments on commit 5ecbf8b

Please sign in to comment.