Browse Source

[ADD] b_shift : option for worker_nb feedback

pull/143/head
Elouan Le Bars 4 years ago
parent
commit
f5f6fa0bc5
  1. 1
      beesdoo_shift/models/attendance_sheet.py

1
beesdoo_shift/models/attendance_sheet.py

@ -190,6 +190,7 @@ class AttendanceSheet(models.Model):
("not_enough", "Not enough workers"),
("enough", "Enough workers"),
("too_many", "Too many workers"),
("empty", "I was not there during the shift"),
],
string="Was your team big enough ?",
)

Loading…
Cancel
Save