asset : ps
This commit is contained in:
parent
bfe5fed27a
commit
1f4c405cfb
@ -973,6 +973,12 @@ inWords(e,i,flag){
|
|||||||
case 2 :
|
case 2 :
|
||||||
this.OtherAppxMarketAmtInwords[i] = this.pdTrigerService.convertNumberToWords(e.target.value);
|
this.OtherAppxMarketAmtInwords[i] = this.pdTrigerService.convertNumberToWords(e.target.value);
|
||||||
break;
|
break;
|
||||||
|
case 3 :
|
||||||
|
this.emiAmtInwords[i] = this.pdTrigerService.convertNumberToWords(e.target.value);
|
||||||
|
break;
|
||||||
|
case 4 :
|
||||||
|
this.OtherEmiAmtInwords[i] = this.pdTrigerService.convertNumberToWords(e.target.value);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user