update
This commit is contained in:
parent
6eb7d5bcd3
commit
5f55ffd74c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -6,7 +6,7 @@ from django.db import migrations
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
# ('inventory', '0004_invoicemodelbase'),
|
||||||
('inventory', '0004_rename_assigned_lead_staff_remove_customer_city_and_more'),
|
('inventory', '0004_rename_assigned_lead_staff_remove_customer_city_and_more'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@ -867,7 +867,7 @@ class Lead(models.Model):
|
|||||||
verbose_name_plural = _("Leads")
|
verbose_name_plural = _("Leads")
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f"{self.first_name} {self.last_name}"
|
return self.customer.get_full_name
|
||||||
|
|
||||||
|
|
||||||
class LeadStatusHistory(models.Model):
|
class LeadStatusHistory(models.Model):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user