diff --git a/resources/scripts/components/base/BaseCustomerSelectPopup.vue b/resources/scripts/components/base/BaseCustomerSelectPopup.vue
index bc57c95d..4a24a69e 100644
--- a/resources/scripts/components/base/BaseCustomerSelectPopup.vue
+++ b/resources/scripts/components/base/BaseCustomerSelectPopup.vue
@@ -302,8 +302,10 @@
-
-
-
+
- {{ customer.contact_name }}
-
+ />
+
+ {{ displayText }}
+
+
+
+
diff --git a/resources/scripts/views/customers/Index.vue b/resources/scripts/views/customers/Index.vue
index e441750c..2829a988 100644
--- a/resources/scripts/views/customers/Index.vue
+++ b/resources/scripts/views/customers/Index.vue
@@ -151,12 +151,21 @@
+
{{ row.data.name }}
-
- {{ row.data.contact_name ? row.data.contact_name : '' }}
+
+
diff --git a/resources/scripts/views/customers/partials/CustomerViewSidebar.vue b/resources/scripts/views/customers/partials/CustomerViewSidebar.vue
index 7f7983b7..f57a085f 100644
--- a/resources/scripts/views/customers/partials/CustomerViewSidebar.vue
+++ b/resources/scripts/views/customers/partials/CustomerViewSidebar.vue
@@ -131,7 +131,9 @@
style="border-top: 1px solid rgba(185, 193, 209, 0.41)"
>
-
- {{ customer.name }}
-
-
+
+
- {{ customer.contact_name }}
-
+ />
-
- {{ row.data.customer.name }}
-
+
diff --git a/resources/scripts/views/estimates/View.vue b/resources/scripts/views/estimates/View.vue
index 9b0da41a..284da769 100644
--- a/resources/scripts/views/estimates/View.vue
+++ b/resources/scripts/views/estimates/View.vue
@@ -180,7 +180,9 @@
style="border-bottom: 1px solid rgba(185, 193, 209, 0.41)"
>
-
- {{ estimate.customer.name }}
-
-
+ />
+
- {{ row.data.customer ? row.data.customer.name : '-' }}
+
diff --git a/resources/scripts/views/invoices/Index.vue b/resources/scripts/views/invoices/Index.vue
index b8aae418..30881862 100644
--- a/resources/scripts/views/invoices/Index.vue
+++ b/resources/scripts/views/invoices/Index.vue
@@ -179,7 +179,10 @@
- {{ row.data.customer.name }}
+
diff --git a/resources/scripts/views/invoices/View.vue b/resources/scripts/views/invoices/View.vue
index e291667f..b445e02d 100644
--- a/resources/scripts/views/invoices/View.vue
+++ b/resources/scripts/views/invoices/View.vue
@@ -381,7 +381,9 @@ onSearched = debounce(onSearched, 500)
style="border-bottom: 1px solid rgba(185, 193, 209, 0.41)"
>
-
- {{ invoice.customer.name }}
-
+ />
-
- {{ row.data.customer.name }}
-
+
diff --git a/resources/scripts/views/payments/View.vue b/resources/scripts/views/payments/View.vue
index 1e1ec345..f7a8eae9 100644
--- a/resources/scripts/views/payments/View.vue
+++ b/resources/scripts/views/payments/View.vue
@@ -162,7 +162,9 @@
style="border-bottom: 1px solid rgba(185, 193, 209, 0.41)"
>
-
- {{ payment?.customer?.name }}
-
+ />
+
{{ row.data.customer.name }}
-
-
- {{
- row.data.customer.contact_name
- ? row.data.customer.contact_name
- : ''
- }}
-
+
+
+
diff --git a/resources/scripts/views/recurring-invoices/partials/RecurringInvoiceViewSidebar.vue b/resources/scripts/views/recurring-invoices/partials/RecurringInvoiceViewSidebar.vue
index e1fa9290..25d9ee84 100644
--- a/resources/scripts/views/recurring-invoices/partials/RecurringInvoiceViewSidebar.vue
+++ b/resources/scripts/views/recurring-invoices/partials/RecurringInvoiceViewSidebar.vue
@@ -238,7 +238,9 @@ onSearched = debounce(onSearched, 500)
style="border-bottom: 1px solid rgba(185, 193, 209, 0.41)"
>
-
- {{ invoice.customer.name }}
-
-
+ />
+