gnucash maint: Bug 754209 - Bills can be posted from "find bill" search results even if bill is already posted and results in extra $ posted to A/P

Mike Evans mikee at code.gnucash.org
Wed Mar 16 10:44:11 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/8117a7c1 (commit)
	from  https://github.com/Gnucash/gnucash/commit/1121cd07 (commit)



commit 8117a7c17f5c993965a5cc2247a18b563af503d7
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Wed Mar 16 12:18:26 2016 +0000

    Bug 754209 - Bills can be posted from "find bill" search results
    even if bill is already posted and results in extra $ posted to A/P
    
    This adds a test in gncInvoice to return NULL it already posted.
    
    Adds checks in dialog-invoice to test for already posted invoices. Messages
    user and refuses to post entire selection if more than one selected.
    
    Translators: This adds a message string.



Summary of changes:
 src/business/business-gnome/dialog-invoice.c | 26 +++++++++++++++++++++++++-
 src/engine/gncInvoice.c                      |  3 ++-
 2 files changed, 27 insertions(+), 2 deletions(-)



More information about the gnucash-patches mailing list