gnucash maint: Bug 761672 - Transfer made to placeholder account

John Ralls jralls at code.gnucash.org
Wed Jun 22 19:33:25 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/8291c299 (commit)
	from  https://github.com/Gnucash/gnucash/commit/9c71a6cc (commit)



commit 8291c2991c721b00dee6469497e2893c4893d089
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed Jun 22 16:33:16 2016 -0700

    Bug 761672 - Transfer made to placeholder account

diff --git a/src/gnome-utils/dialog-transfer.c b/src/gnome-utils/dialog-transfer.c
index cc2a963..a0dbe63 100644
--- a/src/gnome-utils/dialog-transfer.c
+++ b/src/gnome-utils/dialog-transfer.c
@@ -1462,7 +1462,7 @@ check_accounts  (XferDialog* xferData, Account* from_account,
         gnc_error_dialog(xferData->dialog, placeholder_format, name);
         g_free(name);
         LEAVE("placeholder");
-        return TRUE;
+        return FALSE;
     }
 
     if (!gnc_commodity_is_iso (xferData->from_commodity))



Summary of changes:
 src/gnome-utils/dialog-transfer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list