Skip to content

Commit

Permalink
Merge pull request #802 from CompassionCH/devel
Browse files Browse the repository at this point in the history
Fix wizard change day request
  • Loading branch information
ecino authored Sep 7, 2018
2 parents 9c5d87a + e630e4d commit efaaccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_attendance_calendar/static/src/js/attendance.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ odoo.define('hr_attendance_extra_hours.attendance', function (require) {
window.add_timeout_button_event = function(className) {
$('.'+className).click(window.attendance_message_timeout);
};
this.do_action('hr_attendance_management.change_day_wizard');
this.do_action('hr_attendance_extra_hours.change_day_wizard');
}
}
});
Expand Down

0 comments on commit efaaccd

Please sign in to comment.