amount in words : ps
This commit is contained in:
parent
6f40dd47af
commit
4490eb7e48
@ -297,7 +297,7 @@
|
|||||||
style="width:45%">
|
style="width:45%">
|
||||||
<input matInput placeholder="Approximate Market Value" formControlName="approximate_market_value"
|
<input matInput placeholder="Approximate Market Value" formControlName="approximate_market_value"
|
||||||
OnlyNumber type="text" autocomplete="off">
|
OnlyNumber type="text" autocomplete="off">
|
||||||
<mat-hint align="start" style="font-size:90%" *ngIf="sup.get('approximate_market_value').value != ''">{{"₹"}} {{detail.get('approximate_market_value').value | numberToWords}} Only</mat-hint>
|
<mat-hint align="start" style="font-size:90%" *ngIf="sup.get('approximate_market_value').value != ''">{{"₹"}} {{sup.get('approximate_market_value').value | numberToWords}} Only</mat-hint>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
||||||
<mat-form-field *ngIf="sup.get('assets_mode').value != ''" style="width:45%">
|
<mat-form-field *ngIf="sup.get('assets_mode').value != ''" style="width:45%">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user