Add a comment.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7627 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-12-06 01:17:32 +00:00
parent 2de8cca0b3
commit 53b8443e7c
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"read-only" registers
* src/register/ledger-core/split-register-control.c -- fix the logic
for when we pop-up the exchange-rate dialog, in particular when the
user requests it.
user requests it. Fixes #100285
2002-12-04 David Hampton <hampton@employees.org>

View File

@ -1065,6 +1065,7 @@ gnc_split_register_handle_exchange (SplitRegister *reg, gboolean force_dialog)
/* If we're forcing, then compare the current account
* commodity to the transaction commodity.
* XXX: we only need to do this for two-split, basic, non-expanded registers
*/
xfer_acc = gnc_split_register_get_default_account (reg);