diff --git a/module/datatable/model.php b/module/datatable/model.php index d45cc009e8..ba863840c7 100644 --- a/module/datatable/model.php +++ b/module/datatable/model.php @@ -158,6 +158,7 @@ class datatableModel extends model $title = (isset($col->name) and $col->name) ? "title='$col->name'" : $title; if($id == 'id' and (int)$width < 90) $width = '90px'; $align = $id == 'actions' ? 'text-center' : ''; + $align = in_array($id, array('budget', 'teamCount', 'estimate', 'consume')) ? 'text-right' : $align; $style = ''; $data = '';