Commit 5cfdcae6 by François C.

Replace reistered by registered

parent 75bca762
Pipeline #1869 passed with stage
in 1 minute 27 seconds
......@@ -173,7 +173,7 @@ function init_shifts_list() {
}
if (partner_data.associated_partner_id === "False" && partner_data.parent_id === "False") {
shift_line_template.find('.affect_associate_reistered').hide();
shift_line_template.find('.affect_associate_registered').hide();
} else {
shift_line_template.find('.affect_associate_registered').attr('id', 'shift_id_'+shift.id);
if (shift.associate_registered==="both") {
......
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