Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Bug
-
None
-
None
-
None
-
None
Description
Go to Admin/Products/Charges
Select applies to savings
Fill the other fields making sure to set the min and max values
Submit
Once the fee has been created, open the fee and note the min/max values are not shown
Expected Behaviour
Min and Max values should be displayed on the view fee page
Actual Behaviour
Min and max values are not displayed
So Api: /charges
When we created the charge, we sent the minCap and maxCap
When we try to get details: API : api/v1/charges/4?template=false
,
"amount": 1223.000000,
"chargeTimeType": {
"id": 1,
"code": "chargeTimeType.disbursement",
"value": "Disbursement"
},
"chargeAppliesTo": {
"id": 1,
"code": "chargeAppliesTo.loan",
"value": "Loan"
},
"chargeCalculationType": {
"id": 1,
"code": "chargeCalculationType.flat",
"value": "Flat"
},
"chargePaymentMode": {
"id": 0,
"code": "chargepaymentmode.regular",
"value": "Regular"
}
}
There is no minCap and maxCap