diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php index b7a6cb662d6..1f7326ed40a 100644 --- a/htdocs/expensereport/card.php +++ b/htdocs/expensereport/card.php @@ -2025,6 +2025,7 @@ if ($action == 'create') { print ''; print ''; print ''; + print ''; print '
| '.$langs->trans('CarCategory').' | '; } - print ''.$langs->trans('Description').' | '; + print ''.$langs->trans('Description').' | '; print ''.$langs->trans('VAT').' | '; print ''.$langs->trans('PriceUHT').' | '; print ''.$langs->trans('PriceUTTC').' | '; @@ -2082,7 +2083,7 @@ if ($action == 'create') { // Project if (isModEnabled('project')) { - print ''; + print ' | '; if ($line->fk_project > 0) { $projecttmp->id = $line->fk_project; $projecttmp->ref = $line->projet_ref; @@ -2475,7 +2476,7 @@ if ($action == 'create') { if (!empty($conf->global->MAIN_USE_EXPENSE_IK)) { print ' | '.$langs->trans('CarCategory').' | '; } - print ''.$langs->trans('Description').' | '; + print ''.$langs->trans('Description').' | '; print ''.$langs->trans('VAT').' | '; print ''.$langs->trans('PriceUHT').' | '; print ''.$langs->trans('PriceUTTC').' | '; @@ -2554,7 +2555,7 @@ if ($action == 'create') { } print ''; - print $form->buttonsSaveCancel("Add", '', '', 1); + print $form->buttonsSaveCancel("Add", '', '', 1, 'reposition'); print ' | '; print '';