diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php
index 195f041b30ec177568fe340246f30905eac2c031..4cd6a58611a404869cf1a3252583545679503c06 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;