Skip to content

Commit

Permalink
TP->T64: gnucash/import-export/qif-imp/qif-merge-groups.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Jan 8, 2018
1 parent fb2ed01 commit 2f2ad18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gnucash/import-export/qif-imp/qif-merge-groups.scm
Expand Up @@ -127,10 +127,10 @@
QOF-GUID-MATCH-ANY QOF-QUERY-AND)

;; The date should be close to the same.. +/- a week.
(let ((date (gnc-transaction-get-date-posted xtn)))
(xaccQueryAddDateMatchTS query #t
(decdate date WeekDelta) #t
(incdate date WeekDelta)
(let ((date (xaccTransGetDate xtn)))
(xaccQueryAddDateMatchTT query
#t (decdate64 date WeekDelta)
#t (incdate64 date WeekDelta)
QOF-QUERY-AND))

;; For each split in the new transaction, add a
Expand Down

0 comments on commit 2f2ad18

Please sign in to comment.