Преглед изворни кода

Fetch customer name in contact screen

Devansh Vakharia пре 2 дана
родитељ
комит
ebdc524161
1 измењених фајлова са 1 додато и 1 уклоњено
  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>