Skip to content

Commit

Permalink
fix gaap total
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed Jan 10, 2024
1 parent b2ec632 commit deb911b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn report_term(wtr: &mut Writer<File>, beg: NaiveDateTime, end: NaiveDateTime, t
total_tax_basis.to_string(),
total_tax_rgl.to_string(),
total_gaap_basis.to_string(),
total_tax_rgl.to_string(),
total_gaap_rgl.to_string(),
total_impairment_disposed.to_string(),
term.clone(),
]).unwrap();
Expand Down

0 comments on commit deb911b

Please sign in to comment.