From d48937cf9c0963edc7f3693b27d77a0abbc3aa1d Mon Sep 17 00:00:00 2001 From: Alex Aycinena Date: Thu, 21 Apr 2022 18:51:05 -0700 Subject: [PATCH] Bug #79769 - Allow US Income Tax txf code 296 (Returns and allowances) to be shown and assignable for both income and expense type accounts. --- libgnucash/tax/us/txf.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/libgnucash/tax/us/txf.scm b/libgnucash/tax/us/txf.scm index f077849153..c1a3a7f443 100644 --- a/libgnucash/tax/us/txf.scm +++ b/libgnucash/tax/us/txf.scm @@ -174,6 +174,7 @@ (cons 'N292 #(not-impl "Sched C" "Spouse" 0 #t "" ((1980 "")))) (cons 'N319 #(not-impl "Sched C" "Principal business/prof" 2 #t "" ((1980 "A")))) (cons 'N293 #(none "Sched C" "Gross receipts or sales" 1 #t "" ((2012 "1") (2011 "1b") (1989 "1") (1980 "1a")))) + (cons 'N296 #(none "Sched C" "Returns and allowances" 1 #t "" ((1989 "2") (1980 "1b")))) (cons 'N303 #(none "Sched C" "Other business income" 1 #t "" ((1989 "6") (1987 "4") (1981 "4b") (1980 "4")))) (cons 'N497 #(not-impl "Sched C-EZ" "Schedule C-EZ" 1 #t ""))