remove DECLINED_UNRELATED

apikeys
Laurent 3 months ago
parent 86a677d8d8
commit 93a60ab675
  1. 2
      biz/models.py

@ -23,7 +23,7 @@ class Status(models.TextChoices):
LOST = 'LOST', 'Lost customer'
DECLINED = 'DECLINED', 'Declined'
DECLINED_UNRELATED = 'DECLINED_UNRELATED', 'Declined without significance'
NOT_CONCERNED = 'NOT_CONCERNED', 'Not concerned'
# NOT_CONCERNED = 'NOT_CONCERNED', 'Not concerned'
SHOULD_BUY = 'SHOULD_BUY', 'Should buy'
class DeclinationReason(models.TextChoices):

Loading…
Cancel
Save