Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
e70a0559
Commit
e70a0559
authored
Mar 10, 2022
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
number points added
parent
96e847ab
Pipeline
#1910
passed with stage
in 1 minute 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
16 deletions
+4
-16
manage_makeups.js
members/static/js/admin/manage_makeups.js
+4
-16
No files found.
members/static/js/admin/manage_makeups.js
View file @
e70a0559
...
...
@@ -70,30 +70,18 @@ function display_makeups_members() {
},
{
data
:
"shift_type"
,
title
:
"
Type
"
,
title
:
"
Nb de points
"
,
className
:
"dt-body-center"
,
width
:
"10%"
,
render
:
function
(
data
,
type
,
full
)
{
render
:
function
(
data
,
type
,
row
)
{
if
(
data
==
'ftop'
)
{
return
'display_ftop_points'
return
row
.
display_ftop_points
}
else
if
(
data
==
'standard'
)
{
return
'display_std_points'
return
row
.
display_std_points
}
}
},
{
data
:
"display_std_points"
,
title
:
"Nb points service"
,
className
:
"dt-body-center"
,
width
:
"10%"
,
},
{
data
:
"display_ftop_points"
,
title
:
"Nb points comité"
,
className
:
"dt-body-center"
,
width
:
"10%"
,
},
{
data
:
"makeups_to_do"
,
title
:
"Nb rattrapages"
,
className
:
"dt-body-center"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment