Fix work field list see BT#12100

pull/2487/head
jmontoyaa 8 years ago
parent 69b7284329
commit ca8ee7f55c
  1. 6
      main/inc/ajax/model.ajax.php

@ -929,7 +929,6 @@ switch ($action) {
case 'get_work_user_list_all':
if (isset($_GET['type']) && $_GET['type'] === 'simple') {
$columns = array(
//'type',
'fullname',
'title',
'qualification',
@ -940,13 +939,12 @@ switch ($action) {
);
} else {
$columns = array(
//'type',
'fullname',
'title',
'qualification',
'sent_date',
'status',
'has_correction',
//'status',
//'has_correction',
'correction',
'actions'
);

Loading…
Cancel
Save