From bed4e7bc7247905c9bcd2821a35a8bb5ce5dc2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Wed, 22 Aug 2012 22:36:08 +0200 Subject: [PATCH] Fixed string being not translated --- htdocs/compta/paiement.php | 1 + 1 file changed, 1 insertion(+) 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;