remove DECLINED_UNRELATED #2

apikeys
Laurent 3 months ago
parent 93a60ab675
commit e8ee0fdb42
  1. 4
      biz/models.py

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

Loading…
Cancel
Save