Skip to content

Commit d48937c

Browse files
author
Alex Aycinena
committed
Bug #79769 - Allow US Income Tax txf code 296 (Returns and allowances) to be shown and assignable for both income and expense type accounts.
1 parent 55f1d62 commit d48937c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libgnucash/tax/us/txf.scm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
(cons 'N292 #(not-impl "Sched C" "Spouse" 0 #t "" ((1980 ""))))
175175
(cons 'N319 #(not-impl "Sched C" "Principal business/prof" 2 #t "" ((1980 "A"))))
176176
(cons 'N293 #(none "Sched C" "Gross receipts or sales" 1 #t "" ((2012 "1") (2011 "1b") (1989 "1") (1980 "1a"))))
177+
(cons 'N296 #(none "Sched C" "Returns and allowances" 1 #t "" ((1989 "2") (1980 "1b"))))
177178
(cons 'N303 #(none "Sched C" "Other business income" 1 #t "" ((1989 "6") (1987 "4") (1981 "4b") (1980 "4"))))
178179

179180
(cons 'N497 #(not-impl "Sched C-EZ" "Schedule C-EZ" 1 #t ""))

0 commit comments

Comments
 (0)