gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Jul 15 18:07:07 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/6252fcf1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2c268ba0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cc1b68a3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/6e3fafed (commit)



commit 6252fcf1aea440e13b2ad44caede7b4a7a2fc752
Merge: 6e3fafe 2c268ba
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jul 15 15:18:59 2016 +0000

    Merge branch 'maint'

commit 2c268ba09cf1874de9ef2d430d9243e63f83b4f7
Author: Rob Gowin <robgowin at gmail.com>
Date:   Thu Jul 14 20:44:09 2016 -0500

    Allow HTMLHELP_DIR to be specified on cmake command line

commit cc1b68a3296fc1e3eaba814d80dc6bcec41cbc48
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Tue Jul 12 15:08:09 2016 +0100

    Bug 756416 - CSV data with Posted information will always have last invoice not posted.
    
    When importing the last line of the CSV the gtk_tree_model_get() never happens
    and the following compare uses the previous value of new_id, which is now = id,
    so the last invoice is never posted.
    
    Set new_id = Null before gtk_tree_model_get() to ensure processing the last line.



Summary of changes:
 CMakeLists.txt                           | 7 +++----
 src/plugins/bi_import/dialog-bi-import.c | 5 +++--
 2 files changed, 6 insertions(+), 6 deletions(-)



More information about the gnucash-patches mailing list