Compare commits

..

2 Commits

4 changed files with 3 additions and 0 deletions

View File

@ -153,6 +153,9 @@ class SummaryCardForTotals extends StatelessWidget {
/* Load page variables based on calculated totals. */
switch (itemType) {
case null:
break;
case ItemType.asset:
_assetTotal = monthlyTotal;
break;