Commit b6edcf6f by Thibault Grandjean

remove first point

parent ad71aad1
Pipeline #1749 passed with stage
in 1 minute 37 seconds
...@@ -508,7 +508,7 @@ class CagetteMember(models.Model): ...@@ -508,7 +508,7 @@ class CagetteMember(models.Model):
stype = shift_template['data']['type'] stype = shift_template['data']['type']
res['shift'] = \ res['shift'] = \
m.create_coop_shift_subscription(shift_t_id, stype) m.create_coop_shift_subscription(shift_t_id, stype)
m.add_first_point(stype) # m.add_first_point(stype) # Not needed anymore
# Update couchdb do with new data # Update couchdb do with new data
try: try:
...@@ -1463,4 +1463,3 @@ class CagetteUser(models.Model): ...@@ -1463,4 +1463,3 @@ class CagetteUser(models.Model):
pass pass
return answer return answer
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