diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index 195f041b30e..4cd6a58611a 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -227,6 +227,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie // Bouchon if ($facture->type == 2) { + $langs->load('other'); print $langs->trans("FeatureNotYetAvailable"); llxFooter(); exit;