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
dd661ca7
Commit
dd661ca7
authored
9 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #3053 from aspangaro/develop-patch30
Fix: ER Missing language key
parents
609eb261
a1e383da
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/expensereport/card.php
+1
-0
1 addition, 0 deletions
htdocs/expensereport/card.php
htdocs/langs/en_US/mails.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/mails.lang
with
2 additions
and
0 deletions
htdocs/expensereport/card.php
+
1
−
0
View file @
dd661ca7
...
...
@@ -39,6 +39,7 @@ require_once DOL_DOCUMENT_ROOT . '/expensereport/class/expensereport.class.php';
require_once
DOL_DOCUMENT_ROOT
.
'/core/class/doleditor.class.php'
;
$langs
->
load
(
"trips"
);
$langs
->
load
(
"mails"
);
$action
=
GETPOST
(
'action'
);
$cancel
=
GETPOST
(
'cancel'
);
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/mails.lang
+
1
−
0
View file @
dd661ca7
...
...
@@ -128,6 +128,7 @@ TagCheckMail=Track mail opening
TagUnsubscribe=Unsubscribe link
TagSignature=Signature sending user
TagMailtoEmail=Recipient EMail
NoEmailSentBadSenderOrRecipientEmail=No email sent. Bad sender or recipient email. Verify user profile.
# Module Notifications
Notifications=Notifications
NoNotificationsWillBeSent=No email notifications are planned for this event and company
...
...
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