add pd name changes
This commit is contained in:
parent
afd47f6e57
commit
467bc3fca3
@ -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>
|
||||
|
||||
@ -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> -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user