Compare commits
2 Commits
48615b3438
...
adea1eeb02
Author | SHA1 | Date | |
---|---|---|---|
adea1eeb02 | |||
f441caebf7 |
@ -153,6 +153,9 @@ class SummaryCardForTotals extends StatelessWidget {
|
|||||||
|
|
||||||
/* Load page variables based on calculated totals. */
|
/* Load page variables based on calculated totals. */
|
||||||
switch (itemType) {
|
switch (itemType) {
|
||||||
|
case null:
|
||||||
|
break;
|
||||||
|
|
||||||
case ItemType.asset:
|
case ItemType.asset:
|
||||||
_assetTotal = monthlyTotal;
|
_assetTotal = monthlyTotal;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user