gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Mar 10 13:54:33 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/bc50f3da (commit)
	 via  https://github.com/Gnucash/gnucash/commit/97598c43 (commit)
	from  https://github.com/Gnucash/gnucash/commit/03ff5d37 (commit)



commit bc50f3da005d707067a83d74852ad1bcc69f857b
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 10 10:54:22 2017 -0800

    Bug 777949 - Accounts implicitly created in ledger attempt creation twice
    
    Guard against recursively calling the account doesn’t exist query or creation
    dialog if one is already in the account creation dialog.
    
    The underlying problem is that creating the dialog forces a UI update that
    in turn sets the cell value and checks for the existence of the account.
    In basic view the cell being displayed (“transfer”) isn’t the one being
    changed (“account”) so the account check isn’t invoked, but in
    multi-split view the “account” cell *is* displayed so the check is invoked
    again.

commit 97598c430693239d6aeab9dc4ff6f49e789cebff
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Mar 9 11:38:42 2017 -0800

    Bug 776564 - Creating a scheduled transaction from an existing...
    
    transaction does not include the notes field.
    
    In fact, notes support was entirely missing from scheduled transactions.



Summary of changes:
 src/engine/SX-ttinfo.c                    | 25 ++++++++++++++++++++++++-
 src/engine/SX-ttinfo.h                    |  3 ++-
 src/engine/SchedXaction.c                 |  1 +
 src/gnome/dialog-sx-from-trans.c          |  1 +
 src/register/ledger-core/split-register.c |  6 ++++--
 5 files changed, 32 insertions(+), 4 deletions(-)



More information about the gnucash-patches mailing list