diff --git a/htdocs/fourn/paiement/document.php b/htdocs/fourn/paiement/document.php index 189fafa9c73..05a13d901da 100644 --- a/htdocs/fourn/paiement/document.php +++ b/htdocs/fourn/paiement/document.php @@ -109,7 +109,6 @@ if ($object->id > 0) { $morehtmlref .= $form->editfieldval("Date", 'datep', $object->date, $object, $object->statut == 0 && ($user->rights->fournisseur->facture->creer || $user->rights->supplier_invoice->creer), 'datehourpicker', '', null, $langs->trans('PaymentDateUpdateSucceeded')); // Payment mode - $labeltype = $morehtmlref .= '
'.$langs->trans('PaymentMode').' : '; $morehtmlref .= $langs->trans("PaymentType".$object->type_code) != ("PaymentType".$object->type_code) ? $langs->trans("PaymentType".$object->type_code) : $object->type_label; $morehtmlref .= $object->num_payment ? ' - '.$object->num_payment : '';