diff --git a/htdocs/salaries/card.php b/htdocs/salaries/card.php index 9638c2ff019..72d7d4838c0 100755 --- a/htdocs/salaries/card.php +++ b/htdocs/salaries/card.php @@ -432,7 +432,7 @@ if ($action == 'create') { print ''; // Employee - print ''; // Project @@ -472,7 +472,7 @@ if ($action == 'create') { } // Comments - print ''; + print ''; print ''; print ''; print '';
'; + print '
'; print $form->editfieldkey('Employee', 'fk_user', '', $object, 0, 'string', '', 1).''; $noactive = 0; // We keep active and unactive users print img_picto('', 'user', 'class="paddingrighonly"').$form->select_dolusers(GETPOST('fk_user', 'int'), 'fk_user', 1, '', 0, '', '', 0, 0, 0, 'AND employee=1', 0, '', 'maxwidth300', $noactive); @@ -459,7 +459,7 @@ if ($action == 'create') { // Amount print '
'; print $form->editfieldkey('Amount', 'amount', '', $object, 0, 'string', '', 1).''; - print ''; + print ''; print '
'.$langs->trans("Comments").'