fix : typo

This commit is contained in:
Philippe GRAND 2019-03-26 12:32:32 +01:00
parent 6c1ee52ac6
commit c15aa45cdb

View File

@ -518,7 +518,7 @@ if ($resql)
print $langs->trans('ValidateInvoices');
print '</td>';
print '<td>';
print $form->selectyesno('valdate_invoices', 1, 1);
print $form->selectyesno('validate_invoices', 1, 1);
print '</td>';
print '</tr>';
print '</table>';