Now the name input field has validation for the required property

This commit is contained in:
Alejandro Gallardo Escobar 2015-07-13 16:27:21 +02:00
parent c5b84f1d2b
commit b45aa94e02
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ $table->style[0] = 'font-weight: bold; vertical-align: top;';
$table->data['name'][0] = __('Name');
$table->data['name'][1] = html_print_input_text('name', $reportName,
__('Name'), 80, 100, true);
__('Name'), 80, 100, true, false, true);
$table->data['group'][0] = __('Group');