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:
Alejandro Fraguas 2019-12-23 17:13:39 +01:00
commit c91290f062
1 changed files with 1 additions and 1 deletions

View File

@ -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) {