comments changes in fees status
This commit is contained in:
parent
7d8d3cb3ab
commit
a7bf72abed
@ -242,8 +242,8 @@
|
|||||||
<label>
|
<label>
|
||||||
Comments
|
Comments
|
||||||
</label>
|
</label>
|
||||||
<textarea maxlength="100" placeholder="Enter Comments" tabindex="26" class="form-control" name="Comments" id="Comments" ng-model="setModel.feesType.Comments"></textarea>
|
<textarea maxlength="100" placeholder="Enter Comments" tabindex="26" class="form-control" name="Comments" id="Comments" ng-model="setModel.feesType.Comments" ng-disabled="setModel.feesType.ExistValue=='1' && userType=='R002'"></textarea>
|
||||||
<span class="text-small block">Max 100 Characters.</span>
|
<span ng-hide="setModel.feesType.ExistValue=='1' && userType=='R002'" class="text-small block">Max 100 Characters.</span>
|
||||||
<!--<span class="error text-small block" ng-if="Form.DeactiveComments.$dirty && Form.DeactiveComments.$invalid">De-Active Comments is required</span>-->
|
<!--<span class="error text-small block" ng-if="Form.DeactiveComments.$dirty && Form.DeactiveComments.$invalid">De-Active Comments is required</span>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user