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
eafca74f
Commit
eafca74f
authored
14 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: add error message
Fix: delete obsolete action
parent
a93e38d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/langs/en_US/projects.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/projects.lang
htdocs/langs/fr_FR/projects.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/fr_FR/projects.lang
htdocs/projet/activity/list.php
+1
-1
1 addition, 1 deletion
htdocs/projet/activity/list.php
with
3 additions
and
1 deletion
htdocs/langs/en_US/projects.lang
+
1
−
0
View file @
eafca74f
...
...
@@ -81,6 +81,7 @@ ProjectsDedicatedToThisThirdParty=Projects dedicated to this third party
NoTasks=No tasks for this project
LinkedToAnotherCompany=Linked to other third party
TaskIsNotAffectedToYou=Task not allocated to you
ErrorTimeSpentIsEmpty=Time spent is empty
##### Types de contacts #####
TypeContact_project_internal_PROJECTLEADER=Project leader
TypeContact_project_external_PROJECTLEADER=Project leader
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/projects.lang
+
1
−
0
View file @
eafca74f
...
...
@@ -81,6 +81,7 @@ ProjectsDedicatedToThisThirdParty=Projets dédiés à ce tiers
NoTasks=Aucune tâche pour ce projet
LinkedToAnotherCompany=Liés à autre société
TaskIsNotAffectedToYou=Tâche qui ne vous est pas affectée
ErrorTimeSpentIsEmpty=Le temps consommé n'est pas renseigné
##### Types de contacts #####
TypeContact_project_internal_PROJECTLEADER=Chef de projet
TypeContact_project_external_PROJECTLEADER=Chef de projet
...
...
This diff is collapsed.
Click to expand it.
htdocs/projet/activity/list.php
+
1
−
1
View file @
eafca74f
...
...
@@ -75,7 +75,7 @@ if ($_POST["action"] == 'addtime' && $user->rights->projet->creer)
}
}
if
(
$timespent_duration
>
O
)
if
(
$timespent_duration
>
0
)
{
$task
->
fetch
(
$id
);
$task
->
timespent_duration
=
$timespent_duration
;
...
...
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