use the correct column name
This commit is contained in:
parent
06b08cff07
commit
135fd890b2
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