Procházet zdrojové kódy

Fetch customer name in contact screen

Devansh Vakharia před 2 dny
rodič
revize
ebdc524161
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>