gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat Mar 19 08:22:27 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/d1e148ef (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0f66e200 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d45886f7 (commit)



commit d1e148ef87ee1ff553a1c4cdb3da884e68c97299
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Mar 19 14:05:25 2016 +0100

    Refuse to void read-only transactions.
    
    Add test case to verify

commit 0f66e2000574477ee0a36a0cd5f4710d1da0f442
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat Mar 19 13:44:10 2016 +0100

    Bug 754209 - Bills can be posted multiple times from "find bill" search results - follow up
    
    This commit adds code to check & repair that removes the read only status of the bogus transactions so the user can go in the AP/AR account and delete these bad transactions.
    
    Translators: this commit introduces a new translatable string.



Summary of changes:
 src/engine/ScrubBusiness.c                 | 102 ++++++++++++++++++++++++++++-
 src/engine/ScrubBusiness.h                 |  38 +++++++++--
 src/engine/Transaction.c                   |   8 +++
 src/engine/test/test-transaction-voiding.c |  17 ++++-
 src/gnome/gnc-plugin-page-account-tree.c   |   6 +-
 src/gnome/gnc-plugin-page-register.c       |  12 ++++
 6 files changed, 170 insertions(+), 13 deletions(-)



More information about the gnucash-patches mailing list