Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. (define (lot-split->posting-split split)
  2. (let* ((lot (xaccSplitGetLot split)))
  3. (find
  4. (lambda (s)
  5. (not (sign-equal? (xaccSplitGetAmount s)
  6. (xaccSplitGetAmount split))))
  7. (gnc-lot-get-split-list lot))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement