Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit df2bdd7

Browse files
committed
changed min="minDate" to min="first.date"
Update viewloanaccountdetails.html
1 parent 3f89908 commit df2bdd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/loans/viewloanaccountdetails.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3 class="bolder">{{'label.heading.confirm' | translate}}</h3>
3333

3434
<div class="col-sm-3">
3535
<input id="endDate" class="date-disable form-control" readonly type="text"
36-
datepicker-pop="{{df}}" ng-model="date.toDate" is-open="opened" min="minDate"
36+
datepicker-pop="{{df}}" ng-model="date.toDate" is-open="opened" min="date.fromDate"
3737
max="restrictDate"/>
3838
</div>
3939
</div>

app/views/organization/cashmgmt/createCashier.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<label class="control-label col-sm-2"> {{ 'label.input.teller.cashier.endDate' | translate }}<span class="required">*</span></label>
6161
<div class="col-sm-3">
6262
<input id="endDate" name="endDate" sort type="text" datepicker-pop="dd MMMM yyyy" ng-model="formData.endDate"
63-
class="form-control" is-open="opened" min="minDate" required />
63+
class="form-control" is-open="opened" min="first.date" required />
6464
</div>
6565
<div class="col-sm-2">
6666
<form-validate valattributeform="createcashierform" valattribute="endDate"/>

0 commit comments

Comments
 (0)