Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-04-19 15:30:30 +02:00
parent 634c38e948
commit b5868acf18
2 changed files with 5 additions and 3 deletions

View File

@ -525,10 +525,12 @@ if ($action == 'create') {
} }
// Bouton Save payment // Bouton Save payment
/* print '<tr class="hide_if_no_auto_create_payment"><td>'; /*
print '<tr class="hide_if_no_auto_create_payment"><td>';
print $langs->trans("ClosePaidSalaryAutomatically"); print $langs->trans("ClosePaidSalaryAutomatically");
print '</td><td><input type="checkbox" checked value="1" name="closepaidsalary"></td></tr>'; print '</td><td><input type="checkbox" checked value="1" name="closepaidsalary"></td></tr>';
*/ */
// Other attributes // Other attributes
$parameters = array(); $parameters = array();
$reshook = $hookmanager->executeHooks('formObjectOptions', $parameters, $object, $action); // Note that $action and $object may have been modified by hook $reshook = $hookmanager->executeHooks('formObjectOptions', $parameters, $object, $action); // Note that $action and $object may have been modified by hook