fixed issue #589

fixed issue #596
This commit is contained in:
Safiyu 2013-12-16 15:02:47 +05:30
parent abe4046997
commit d70e2b79a7
2 changed files with 2 additions and 3 deletions

View File

@ -220,7 +220,7 @@
<tr ng-repeat="charge in charges" >
<td>{{charge.name}},{{charge.currency.displaySymbol}}</td>
<td>{{charge.chargeCalculationType.value}}</td>
<td><input class="input-small" id="{{charges[$index].amount}}" type="text" ng-model="charge.amount"></td>
<td><input class="input-small" id="{{charges[$index].amount}}" type="text" ng-model="charge.amountOrPercentage"></td>
<td>{{charge.chargeTimeType.value}}</td>
<td>
<input id="{{charges[$index].dueDate}}" type="text" datepicker-pop="dd MMMM yyyy" placeholder="{{'label.input.duedate' | translate}}" ng-model="charge.dueDate" is-open="'openedch'+$index" min="minDate" max="'2020-06-22'"/>

View File

@ -117,8 +117,7 @@
<td>
<label class="control-label">{{ 'label.input.nominalinterestrate' | translate }}&nbsp;<span class="required">*</span></label>
<input id="interestRatePerPeriod" class="input-small" type="text" name="nominalinterestrate" ng-model="formData.interestRatePerPeriod" required late-Validate/>
<select id="interestRateFrequencyType" class="input-small" ng-model="formData.interestRateFrequencyType" ng-options="interestRateFrequencyType.id as interestRateFrequencyType.value for interestRateFrequencyType in loanaccountinfo.interestRateFrequencyTypeOptions" value="{{interestRateFrequencyType.id}}"/>
<form-validate valattributeform="newloanaccountform" valattribute="nominalinterestrate"/>
&nbsp;&nbsp; {{loanaccountinfo.interestRateFrequencyType.value}}
</td>
<td>
<label class="control-label">{{ 'label.input.expecteddisbursementon' | translate }}&nbsp;<span class="required">*</span></label>