diff --git a/RockWeb/Blocks/Finance/TransactionList.ascx.cs b/RockWeb/Blocks/Finance/TransactionList.ascx.cs index aed65237887..accdc4f31cf 100644 --- a/RockWeb/Blocks/Finance/TransactionList.ascx.cs +++ b/RockWeb/Blocks/Finance/TransactionList.ascx.cs @@ -1625,7 +1625,7 @@ private void BindGrid( bool isExporting = false ) AccountId = a.AccountId, Amount = a.Amount, EntityId = a.EntityId, - EntityTypeId = a.EntityId + EntityTypeId = a.EntityTypeId }, Summary = a.Transaction.FutureProcessingDateTime.HasValue ? "[charge pending] " + a.Summary : a.Transaction.Summary, FinancialPaymentDetail = new PaymentDetailInfo @@ -2295,4 +2295,4 @@ private class PersonDetail public string FullName { get; set; } } } -} \ No newline at end of file +}