Merge pull request #336 from marcosgdf/minor

Fixed string not being translated
This commit is contained in:
Regis Houssin 2012-08-22 22:40:02 -07:00
commit 99e7b82b69

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;