gnucash maint: Bug 782274 - Transactions produced by Transfer Funds or Process...

John Ralls jralls at code.gnucash.org
Sun Jun 25 18:47:05 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/118dd417 (commit)
	from  https://github.com/Gnucash/gnucash/commit/99a732cb (commit)



commit 118dd41759b4395cf54684928495efed47195261
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 25 15:45:56 2017 -0700

    Bug 782274 - Transactions produced by Transfer Funds or Process...
    
    Payment dialogs sort to beginning of day and do not honor NUM field for
    custom sorting.
    
    Do a two-step, first retrieving a GDate from the date_edit then use
    gdate_to_timespec to convert it to a time64: gdate_to_timespec calls
    gnc_dmy2timespec_neutral while gnc_date_edit_get_date_ts gets a
    begining-of-the-day time.



Summary of changes:
 src/business/business-gnome/dialog-payment.c | 11 +++++++----
 src/gnome-utils/dialog-transfer.c            |  6 ++++--
 2 files changed, 11 insertions(+), 6 deletions(-)



More information about the gnucash-patches mailing list