From 2e843db058fe8efbc3264760120891a061b446b8 Mon Sep 17 00:00:00 2001 From: scoobybejesus Date: Sat, 21 Sep 2019 23:31:46 -0400 Subject: [PATCH] Corrected report descriptions. --- src/txt_export.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/txt_export.rs b/src/txt_export.rs index 84eebf4..566ebc2 100644 --- a/src/txt_export.rs +++ b/src/txt_export.rs @@ -220,7 +220,7 @@ pub fn _2_account_lot_summary_to_txt( let length = acct_map.len(); - writeln!(file, "Account Listing - All Lots - All Movements - with high level of detail. + writeln!(file, "Account Listing - All Lots - No Movements - Summary detail. \nCosting method used: {}. Home currency: {} Enable like-kind treatment: {}", @@ -302,7 +302,7 @@ pub fn _3_account_lot_summary_non_zero_to_txt( let length = acct_map.len(); - writeln!(file, "Account Listing - All Lots - All Movements - with high level of detail. + writeln!(file, "Account Listing - Non-zero Lots - No Movements - Summary detail. \nCosting method used: {}. Home currency: {} Enable like-kind treatment: {}",