Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cgscop_timesheet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
Confédération Générale des SCOP
cgscop_timesheet
Commits
718085b0
Commit
718085b0
authored
1 year ago
by
Hervé Silvant - CGScop
Browse files
Options
Downloads
Patches
Plain Diff
Correction pb de tri sur l'impression par catégorie
parent
0d0e5e03
No related branches found
No related tags found
1 merge request
!8
Correction pb de tri sur l'impression par catégorie
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
report/report_hr_timesheet_act.xml
+1
-1
1 addition, 1 deletion
report/report_hr_timesheet_act.xml
with
1 addition
and
1 deletion
report/report_hr_timesheet_act.xml
+
1
−
1
View file @
718085b0
...
...
@@ -51,7 +51,7 @@
</thead>
<tbody
class=
"invoice_tbody"
>
<t
t-foreach=
"o.timesheet_line_ids.sorted(key=lambda b: (b.project_id,b.date))"
t-foreach=
"o.timesheet_line_ids.sorted(key=lambda b: (b.project_id
.name
,b.date))"
t-as=
"line"
>
<tr>
...
...
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