Commit e70a0559 by Félicie

number points added

parent 96e847ab
Pipeline #1910 passed with stage
in 1 minute 27 seconds
...@@ -70,30 +70,18 @@ function display_makeups_members() { ...@@ -70,30 +70,18 @@ function display_makeups_members() {
}, },
{ {
data: "shift_type", data: "shift_type",
title: "Type", title: "Nb de points",
className: "dt-body-center", className: "dt-body-center",
width: "10%", width: "10%",
render: function (data, type, full) { render: function (data, type, row) {
if (data == 'ftop') { if (data == 'ftop') {
return 'display_ftop_points' return row.display_ftop_points
} else if (data == 'standard') { } 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", data: "makeups_to_do",
title: "Nb rattrapages", title: "Nb rattrapages",
className: "dt-body-center", className: "dt-body-center",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment