diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index c4d3d4669f8..b5e3df103b5 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -231,7 +231,7 @@ if ($_GET['action'] == 'create' || $_POST['action'] == 'add_paiement') print '
| '.$langs->trans('Company').' | '.img_object($langs->trans("ShowCompany"),'company').' '.$obj->nom." | |
| '.$langs->trans('Company').' | '.img_object($langs->trans("ShowCompany"),'company').' '.$obj->nom." | |
| '.$langs->trans('Date').' | '; if (!empty($_POST['remonth']) && !empty($_POST['reday']) && !empty($_POST['reyear'])) | |