diff --git a/src/gnome/druid-loan.c b/src/gnome/druid-loan.c index dd8b1ad9f0..f1ec94186d 100644 --- a/src/gnome/druid-loan.c +++ b/src/gnome/druid-loan.c @@ -436,7 +436,7 @@ gnc_ui_sx_loan_druid_create(void) GNCAccountType paymentFroms[] = { ACCT_TYPE_BANK, ACCT_TYPE_CASH, ACCT_TYPE_CREDIT, ACCT_TYPE_ASSET, ACCT_TYPE_LIABILITY }; - int toLen = 2; + int toLen = 1; GNCAccountType paymentTos[] = { ACCT_TYPE_EXPENSE }; liabilityAcct = NULL;