Skip to content

Commit 4a0cdbc

Browse files
committed
use owner if account # is missing in account column, column contains AccountOwnerAndType instead of FullAccountName
1 parent 04d3057 commit 4a0cdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pages/Export.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div>
3434
@if (appData.FamilyData.Accounts.Count > 0)
3535
{
36-
<div>Broker,Account,TaxType,Type,Owner,Ticker,Shares,Price,Value,Investment,ExpenseRatio,InvestmentCategory,closeYest,AnnualFees,FullAccountName</div>
36+
<div>Broker,Account,TaxType,Type,Owner,Ticker,Shares,Price,Value,Investment,ExpenseRatio,InvestmentCategory,closeYest,AnnualFees,AccountOwnerAndType</div>
3737
}
3838
@{var rowCount = 1;}
3939
@foreach (var account in appData.FamilyData.Accounts.OrderBy(a => a.Custodian).ThenByDescending(a => a.Value))

0 commit comments

Comments
 (0)