Fixed string being not translated

This commit is contained in:
Marcos García 2012-08-22 22:36:08 +02:00
parent 4a5d89e6cc
commit bed4e7bc72

View File

@ -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;