use the correct column name
This commit is contained in:
parent
41b7c24544
commit
932af83ca5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Reference in a new issue