Corrected report descriptions.

This commit is contained in:
scoobybejesus 2019-09-21 23:31:46 -04:00
parent 2351db6838
commit 2e843db058
1 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ pub fn _2_account_lot_summary_to_txt(
let length = acct_map.len(); 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: {}. \nCosting method used: {}.
Home currency: {} Home currency: {}
Enable like-kind treatment: {}", Enable like-kind treatment: {}",
@ -302,7 +302,7 @@ pub fn _3_account_lot_summary_non_zero_to_txt(
let length = acct_map.len(); 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: {}. \nCosting method used: {}.
Home currency: {} Home currency: {}
Enable like-kind treatment: {}", Enable like-kind treatment: {}",