chore: Se remueve código muerto
This commit is contained in:
parent
3f7b989781
commit
5cc0277db9
@ -69,8 +69,6 @@ class Prospect(ModelSQL, ModelView, DeactivableMixin):
|
|||||||
records = super().create(values)
|
records = super().create(values)
|
||||||
|
|
||||||
cls.try_assign_to_current_operator(records, user_id)
|
cls.try_assign_to_current_operator(records, user_id)
|
||||||
# Transaction().atexit(
|
|
||||||
# lambda: cls.try_assign_to_current_operator(prospects, user_id))
|
|
||||||
return records
|
return records
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user