Commit 977ae651 by Yvon

fix removal of nb of makeups to do in prev commit

parent 3c4c7165
Pipeline #3185 failed with stage
in 1 minute 4 seconds
...@@ -115,7 +115,7 @@ function display_makeups_members() { ...@@ -115,7 +115,7 @@ function display_makeups_members() {
className: "dt-body-center", className: "dt-body-center",
width: "10%", width: "10%",
render: function (data, type, full) { render: function (data, type, full) {
var html = ``; var html = `<b>${data}</b>`
if(full.shift_type == 'standard') { if(full.shift_type == 'standard') {
html += ` html += `
<button class="decrement_makeup btn--primary" id="decrement_member_${full.id}"> <button class="decrement_makeup btn--primary" id="decrement_member_${full.id}">
......
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