Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. modified gnucash/report/business-reports/new-owner-report.scm
  2. @@ -263,6 +263,10 @@
  3. (let* ((lot (xaccSplitGetLot split))
  4. (invoice (gncInvoiceGetInvoiceFromLot lot))
  5. (post-txn (gncInvoiceGetPostedTxn invoice)))
  6. + (gnc:pk 'lot-split->posting-split split)
  7. + (gnc:pk 'lot lot)
  8. + (gnc:pk 'invoice invoice)
  9. + (gnc:pk 'post-txn post-txn)
  10. (and (not (null? lot))
  11. (not (null? invoice))
  12. (not (null? post-txn))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement