Merge branch 'ent-4955-Bug-nombre-y-descripcion-items-informes' into 'develop'
Changed title name or description in items table of reports See merge request artica/pandorafms!2875
This commit is contained in:
commit
c91290f062
|
@ -386,7 +386,7 @@ if ($items) {
|
|||
}
|
||||
|
||||
$table->head[4] = __('Time lapse');
|
||||
$table->head[5] = __('Name').' / '.__('Description');
|
||||
$table->head[5] = __('Name or Description');
|
||||
if (check_acl($config['id_user'], 0, 'RM')) {
|
||||
$table->head[6] = '<span title="'.__('Options').'">'.__('Op.').'</span>';
|
||||
if ($report_w || $report_m) {
|
||||
|
|
Loading…
Reference in New Issue