add pd name changes

This commit is contained in:
sriram-at-840620226347 2020-02-24 10:32:02 +05:30
parent afd47f6e57
commit 467bc3fca3
2 changed files with 4 additions and 4 deletions

View File

@ -29,11 +29,11 @@
</mat-select>
</mat-form-field>
<mat-form-field style="width: 28%">
<mat-select placeholder="Billing To" formControlName="sub_entity_id">
<mat-select placeholder="Case Booked In" formControlName="sub_entity_id">
<!-- (selectionChange)="getBillingDetails(pdMain.fk_lender_id.value)" -->
<mat-option> Select </mat-option>
<mat-option *ngFor="let LL of billingtolist" [value]="LL.entity_id" >
{{LL.short_name}}
{{LL.full_name}}
</mat-option>
</mat-select>
</mat-form-field>

View File

@ -35,14 +35,14 @@
</mat-form-field>
<mat-form-field style="width: 29%">
<mat-select placeholder="Billing To" formControlName="sub_entity_id">
<mat-select placeholder="Case Booked In" formControlName="sub_entity_id">
<mat-option>
Select
</mat-option>
<!-- <mat-option *ngFor="let LL of lenderList" [value]="LL.entity_id" > -->
<mat-option *ngFor="let LL of billingtolist"
[value]="LL.entity_id">
{{LL.short_name}}
{{LL.full_name}}
</mat-option>
</mat-select>
<!-- <mat-error *ngIf="pdMain.fk_lender_id.hasError('required')" class="mat-text-warn">Lender Name Required.</mat-error> -->