diff --git a/module/chart/model.php b/module/chart/model.php index ec3412b2e1..3e3dd2e483 100644 --- a/module/chart/model.php +++ b/module/chart/model.php @@ -690,6 +690,7 @@ class chartModel extends model } break; case 'string': + case 'number': if($field and $sql) { $cols = $this->dbh->query($sql)->fetchAll();