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:
commit
4d8aa8f697
|
@ -4952,7 +4952,7 @@ function reporting_html_value(
|
||||||
$table2->head = [
|
$table2->head = [
|
||||||
__('Agent'),
|
__('Agent'),
|
||||||
__('Module'),
|
__('Module'),
|
||||||
__('Minimun'),
|
__('Minimum'),
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -5023,7 +5023,7 @@ function reporting_html_value(
|
||||||
case 'min_value':
|
case 'min_value':
|
||||||
$table1->head = [
|
$table1->head = [
|
||||||
__('Lapse'),
|
__('Lapse'),
|
||||||
__('Minimun'),
|
__('Minimum'),
|
||||||
];
|
];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue