Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
d54b0d13
Commit
d54b0d13
authored
12 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #771 from grandoc/develop
fix error translation
parents
c3589e97
2c718b74
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/compta/bank/rappro.php
+1
-1
1 addition, 1 deletion
htdocs/compta/bank/rappro.php
htdocs/langs/zh_CN/members.lang
+1
-1
1 addition, 1 deletion
htdocs/langs/zh_CN/members.lang
with
2 additions
and
2 deletions
htdocs/compta/bank/rappro.php
+
1
−
1
View file @
d54b0d13
...
...
@@ -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
;
}
}
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/zh_CN/members.lang
+
1
−
1
View file @
d54b0d13
...
...
@@ -157,7 +157,7 @@ ShowTypeCard=显示类型'%s'
HTPasswordExport=htpassword文件生成
NoThirdPartyAssociatedToMember=无关联的第三方该会员
ThirdPartyDolibarr=Dolibarr第三者
MembersAndSubscriptions=议员和Suscriptions
MembersAndSubscriptions=议员和Su
b
scriptions
// STOP - Lines generated via autotranslator.php tool (2010-06-08 21:22:55).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment