use the correct column name

This commit is contained in:
Tom Bloor 2019-07-15 01:55:02 +01:00
parent 06b08cff07
commit 135fd890b2
No known key found for this signature in database
GPG Key ID: 4657C7EBE42CC5CC
1 changed files with 1 additions and 1 deletions

View File

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