Skip to content

Commit b011554

Browse files
Fyst 1227/include 1099 g nc (#5050)
* Added 1099-G for NC returns
1 parent c461985 commit b011554

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/lib/submission_builder/ty2024/states/nc/nc_return_xml.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def supported_documents
4242
},
4343
]
4444

45+
supported_docs += form1099gs
4546
supported_docs
4647
end
4748

spec/lib/submission_builder/state_return_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
end
124124
end
125125

126-
states_requiring_1099gs = StateFile::StateInformationService.active_state_codes.excluding("id", "md", "nc", "nj")
126+
states_requiring_1099gs = StateFile::StateInformationService.active_state_codes.excluding("id", "md", "nj")
127127
states_requiring_1099gs.each do |state_code|
128128
describe "#form1099gs", required_schema: state_code do
129129
context "#{state_code}: when there are 1099gs present" do

0 commit comments

Comments
 (0)