Skip to content
Snippets Groups Projects
Commit d54b0d13 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #771 from grandoc/develop

fix error translation
parents c3589e97 2c718b74
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ if ($action == 'rappro' && $user->rights->banque->consolidate)
if (! $error)
{
header('Location: '.DOL_URL_ROOT.'/compta/bank/rappro?account='.$id); // To avoid to submit twice and allow back
header('Location: '.DOL_URL_ROOT.'/compta/bank/rappro.php?account='.$id); // To avoid to submit twice and allow back
exit;
}
}
......
......@@ -157,7 +157,7 @@ ShowTypeCard=显示类型'%s'
HTPasswordExport=htpassword文件生成
NoThirdPartyAssociatedToMember=无关联的第三方该会员
ThirdPartyDolibarr=Dolibarr第三者
MembersAndSubscriptions=议员和Suscriptions
MembersAndSubscriptions=议员和Subscriptions
// STOP - Lines generated via autotranslator.php tool (2010-06-08 21:22:55).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment