use the correct column name

This commit is contained in:
Tom Bloor 2019-07-15 01:55:02 +01:00
parent 41b7c24544
commit 932af83ca5

View file

@ -155,7 +155,7 @@ sub post_year_spend {
map { { map { {
count => $_->get_column('count'), count => $_->get_column('count'),
value => $_->get_column('total_spend'), value => $_->get_column('total_spend'),
date => $_->get_column('quantised_days'), date => $_->get_column('quantised'),
} } $spend_rs->all, } } $spend_rs->all,
); );