Skip to content

Commit

Permalink
fixup! [ADD] verdigado#57 allow higher value overtime for holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Dec 11, 2023
1 parent 451223e commit efc400a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions verdigado_attendance/static/src/js/hr_attendance.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ odoo.define("verdigado_attendance.hr_attendance", function (require) {
var myAttendances = require("hr_attendance.my_attendances");

myAttendances.include({
events: _.extend({}, myAttendances.prototype.events, {
"click .o_hr_attendance_break_icon": _.debounce(
function () {
this._hr_attendance_break();
},
200,
true
),
}),

willStart: function () {
var self = this;
var promise = this._rpc({
Expand Down

0 comments on commit efc400a

Please sign in to comment.