gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Thu Aug 29 06:35:42 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/d4379644 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2bcb9bb1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d677e3c5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/251d3947 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ca061f06 (commit)



commit d4379644c201527e83d83b443d7cda54713513bd
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Aug 29 11:29:23 2019 +0100

    Stop duplicate entries for the invoice taxtable cell
    
    When the ledger is loaded, the list for the taxtable combo is created
    but as the item_list gui is not initialised yet a temporary list store
    is used. This is done twice and hence end up with duplicate entries. To
    fix this add the missing gtk_list_store_clear to
    gnc_combo_cell_clear_menu to clear the temporary list store when the
    item_list is not initialised.

commit 2bcb9bb1a5fa6e2f821836e58b201791e773b032
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Aug 29 11:28:18 2019 +0100

    Test for Invoices XML dates not being INT64_MAX
    
    To prevent errors being logged to the trace file when invoices are
    saved test for the date values not being INT64_MAX which is an unset
    date.

commit d677e3c5df36d1049d8233001256d070a19bec08
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Aug 29 11:27:10 2019 +0100

    Do not log an error when no default tax tables set

commit 251d39477fb0badfbbc97aec4c7063c9902c3a0e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Aug 29 11:26:27 2019 +0100

    Prevent artefacts of imported transactions from showing
    
    When you start the import process, possible imported transactions are
    displayed in the source open register and if you deselect any and press
    the OK button you are left with blank lines in the register for those
    deselected so move the gnc_gen_trans_list_delete to before the gui
    refresh call.



Summary of changes:
 gnucash/import-export/import-main-matcher.c       | 3 ++-
 gnucash/register/register-gnome/combocell-gnome.c | 2 ++
 libgnucash/backend/xml/gnc-invoice-xml-v2.cpp     | 2 +-
 libgnucash/engine/gncTaxTable.c                   | 1 -
 4 files changed, 5 insertions(+), 3 deletions(-)



More information about the gnucash-patches mailing list