diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index ac03853a1b1..97630ca4252 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -461,24 +461,19 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie print '
| '.$langs->trans('Company').' | '.$facture->thirdparty->getNomUrl(4)." | |
| '.$langs->trans('Company').' | '.$facture->thirdparty->getNomUrl(4)." | |
| '.$langs->trans('Date').' | '; $datepayment = dol_mktime(12, 0, 0, $_POST['remonth'], $_POST['reday'], $_POST['reyear']); $datepayment= ($datepayment == '' ? (empty($conf->global->MAIN_AUTOFILL_DATE)?-1:'') : $datepayment); $form->select_date($datepayment,'','','',0,"add_paiement",1,1,0,0,'','',$facture->date); - print ' | '; - print ''.$langs->trans('Comments').' |
| '.$langs->trans('PaymentMode').' | '; $form->select_types_paiements((GETPOST('paiementcode')?GETPOST('paiementcode'):$facture->mode_reglement_code),'paiementcode','',2); print " | \n"; - print ''; - print ' | '; print ''; + print ' | '; } print "\n"; @@ -515,6 +510,11 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie print ''; print ' | '; + // Comments + print ' |
| '.$langs->trans('Comments').' | '; + print ''; + print ' | |