Commit 2f904ac8 by Damien Moulard

fix shift choice filters in prepa odoo

parent 8db70778
Pipeline #2758 passed with stage
in 1 minute 41 seconds
......@@ -462,4 +462,6 @@ function shift_loc_selection() {
st_loc_buttons.click(shift_loc_selection);
week_types.find('input').change(filter_weeks);
week_types.find('input').change(() => {
filter_weeks({shift_listener: true});
});
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