mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:11:54 +00:00
Merge pull request #1424 from NivedhaSenthil/develop
MIFOSX-2113 | Making account number readonly when editing client details
This commit is contained in:
commit
e1f3cb93cb
@ -67,7 +67,7 @@
|
||||
<label class="control-label col-sm-2">{{ 'label.input.accno' | translate }}:</label>
|
||||
|
||||
<div class="col-sm-3">
|
||||
<input id="accountNo" type="text" ng-model="formData.accountNo" class="form-control">
|
||||
<input id="accountNo" type="text" ng-model="formData.accountNo" class="form-control" disabled="disabled">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user