Fix #3539 - fix lien parameter name
Description
The name of the parameter "lien" has been changed to "lienAllowed " in this PR, as the old name of the parameter "lien" was not supported during hold account request for the hold type "Savings Transaction Freeze" (POST request /fineract-provider/api/v1/savingsaccounts/1/transactions?command=holdAmount).
Related issues and discussion
Screenshots, if any
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
-
[x] Validate the JS and HTML files with
grunt validateto detect errors and potential problems in JavaScript code. -
[x] Run the tests by opening
test/SpecRunner.htmlin the browser to make sure you didn't break anything. -
[x] If you have multiple commits please combine them into one commit by squashing them.
-
[x] Read and understood the contribution guidelines at
community-app/Contributing.md.