Skip to content
Snippets Groups Projects
Commit 99e7b82b authored by Regis Houssin's avatar Regis Houssin
Browse files

Merge pull request #336 from marcosgdf/minor

Fixed string not being translated
parents 08ea9c43 bed4e7bc
No related branches found
No related tags found
No related merge requests found
...@@ -227,6 +227,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie ...@@ -227,6 +227,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
// Bouchon // Bouchon
if ($facture->type == 2) if ($facture->type == 2)
{ {
$langs->load('other');
print $langs->trans("FeatureNotYetAvailable"); print $langs->trans("FeatureNotYetAvailable");
llxFooter(); llxFooter();
exit; exit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment