Commit 1187e2a4 by Etienne Freiss

develop

parent 2f19b44e
......@@ -14,6 +14,10 @@ class ShiftRegistration(models.Model):
is_makeup = fields.Boolean(
"Is this registration a consequence of a makeup to do",
default= False)
associate_registered = fields.Char(
"Who will do the shift, partner, associate or both",
default= False)
......
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