From f1667e7ba85bd449cd15af1630e16540b1da7e60 Mon Sep 17 00:00:00 2001 From: Alex Aycinena Date: Sun, 2 Feb 2020 13:58:00 -0800 Subject: [PATCH] Update US Income Tax information for more 2019 changes --- libgnucash/tax/us/txf.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/tax/us/txf.scm b/libgnucash/tax/us/txf.scm index 2507417881..f577fab12c 100644 --- a/libgnucash/tax/us/txf.scm +++ b/libgnucash/tax/us/txf.scm @@ -153,7 +153,7 @@ (cons 'N497 #(not-impl "Sched C-EZ" "Schedule C-EZ" 1 #t "")) (cons 'N498 #(not-impl "Sched C-EZ" "Spouse" 0 #t "" ((1992 "")))) (cons 'N501 #(not-impl "Sched C-EZ" "Principal business/prof" 2 #t "" ((1992 "A")))) - (cons 'N499 #(none "Sched C-EZ" "Gross receipts" 1 #t "" ((2012 "1") (2011 "1b") (1992 "1")))) + (cons 'N499 #(none "Sched C-EZ" "Gross receipts" 1 #t "" ((2012 "1") (2011 "1b") (1992 "1")) 2018)) (cons 'N320 #(not-impl "Sched D" "Schedule D" 1 #f "")) (cons 'N321 #(not-impl "Form 8949 Copy A" "Short Term gain/loss - security" 5 #f "" ((2013 "Part I, 1") (2011 "1") (1993 "Sched D, line 1") (1991 "Sched D, line 1a") (1986 "Sched D, line 2a") (1985 "Sched D, line 1b") (1980 "Sched D, line 1"))))