Merge branch 'ent-11886-errata-minimun-en-informes' into 'develop'

Ent 11886 errata minimun en informes

See merge request artica/pandorafms!6386
This commit is contained in:
Diego Muñoz-Reja 2023-12-07 09:59:29 +00:00
commit 4d8aa8f697
1 changed files with 2 additions and 2 deletions

View File

@ -4952,7 +4952,7 @@ function reporting_html_value(
$table2->head = [
__('Agent'),
__('Module'),
__('Minimun'),
__('Minimum'),
];
break;
@ -5023,7 +5023,7 @@ function reporting_html_value(
case 'min_value':
$table1->head = [
__('Lapse'),
__('Minimun'),
__('Minimum'),
];
break;