Skip to content

Commit

Permalink
changed min="minDate" to min="first.date"
Browse files Browse the repository at this point in the history
Update viewloanaccountdetails.html
  • Loading branch information
Onyx2406 committed Jun 28, 2023
1 parent 3f89908 commit df2bdd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/loans/viewloanaccountdetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3 class="bolder">{{'label.heading.confirm' | translate}}</h3>

<div class="col-sm-3">
<input id="endDate" class="date-disable form-control" readonly type="text"
datepicker-pop="{{df}}" ng-model="date.toDate" is-open="opened" min="minDate"
datepicker-pop="{{df}}" ng-model="date.toDate" is-open="opened" min="date.fromDate"
max="restrictDate"/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/organization/cashmgmt/createCashier.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<label class="control-label col-sm-2"> {{ 'label.input.teller.cashier.endDate' | translate }}<span class="required">*</span></label>
<div class="col-sm-3">
<input id="endDate" name="endDate" sort type="text" datepicker-pop="dd MMMM yyyy" ng-model="formData.endDate"
class="form-control" is-open="opened" min="minDate" required />
class="form-control" is-open="opened" min="first.date" required />
</div>
<div class="col-sm-2">
<form-validate valattributeform="createcashierform" valattribute="endDate"/>
Expand Down

0 comments on commit df2bdd7

Please sign in to comment.