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
6cb31998
Commit
6cb31998
authored
8 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Translation message
parent
fea2b081
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/prelevement/index.php
+1
-3
1 addition, 3 deletions
htdocs/compta/prelevement/index.php
htdocs/langs/en_US/admin.lang
+1
-1
1 addition, 1 deletion
htdocs/langs/en_US/admin.lang
with
2 additions
and
4 deletions
htdocs/compta/prelevement/index.php
+
1
−
3
View file @
6cb31998
...
...
@@ -59,9 +59,7 @@ llxHeader('',$langs->trans("CustomersStandingOrdersArea"));
if
(
prelevement_check_config
()
<
0
)
{
$langs
->
load
(
"errors"
);
print
'<div class="error">'
;
print
$langs
->
trans
(
"ErrorModuleSetupNotComplete"
);
print
'</div>'
;
setEventMessages
(
$langs
->
trans
(
"ErrorModuleSetupNotComplete"
),
null
,
'errors'
);
}
print
load_fiche_titre
(
$langs
->
trans
(
"CustomersStandingOrdersArea"
));
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/admin.lang
+
1
−
1
View file @
6cb31998
...
...
@@ -19,7 +19,7 @@ RemoteSignature=Remote distant signature (more reliable)
FilesMissing=Missing Files
FilesUpdated=Updated Files
FileCheckDolibarr=Check integrity of application files
AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from a
certified
package
AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from a
n official
package
XmlNotFound=Xml Integrity File of application not found
SessionId=Session ID
SessionSaveHandler=Handler to save sessions
...
...
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