Commit 49fce986 by François C.

Merge branch '2186-remove-welcome-point' into 'dev_cooperatic'

#2186 remove first point

See merge request !113
parents ad71aad1 b6edcf6f
Pipeline #1751 passed with stage
in 1 minute 37 seconds
......@@ -508,7 +508,7 @@ class CagetteMember(models.Model):
stype = shift_template['data']['type']
res['shift'] = \
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
try:
......@@ -1463,4 +1463,3 @@ class CagetteUser(models.Model):
pass
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