Explorar el Código

Fetch customer name in contact screen

Devansh Vakharia hace 2 días
padre
commit
ebdc524161
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/app/contact/contact.component.html

+ 1 - 1
src/app/contact/contact.component.html

@@ -321,7 +321,7 @@
 
                         <tbody>
                             <tr *ngFor="let current of contactList; let i = index">
-
+                                <td>{{current.customer_name }}</td>
                                 <td><a routerLink="/dvrentry"
                                         (click)="getContactName(current.first_name,current.last_name)">{{current.first_name
                                         }}</a></td>