Commit c40d68e8 by Yvon Kerdoncuff

hide warning "deletion of this shift is a makeup this action will add a point"…

hide warning "deletion of this shift is a makeup this action will add a point" if line is not a makeup
parent 3b99d988
Pipeline #4102 canceled with stage
......@@ -107,6 +107,8 @@ function display_member_shifts() {
modal_template.find(".service_name").text(row_data.shift_id[1]);
if (shift_is_makeup === true) {
modal_template.find("#makeup_case_explanation").show();
} else {
modal_template.find("#makeup_case_explanation").hide();
}
openModal(
......
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