Issue Type: Bug Bug
Assignee: keithwoodlock
Created: 23/May/13 4:28 AM
Description:

When requesting the loan template for a client. The api returns a list of products that can be assigned to the client. All the currencies for all products are empty.

Example API Call:
serverURL/api/v1/loans/template?tenantIdentifier=default&clientId=

{clientId}

&templateType=individual

Example response (truncated)
[
"productOptions": [
{
"id": 5,
"name": "asdf",
"currency":

{ "code": "", "name": "", "decimalPlaces": 0, "displaySymbol": "", "nameCode": "", "displayLabel": " []" }

},
{
"id": 16,
"name": "hatseflats",
"currency":

{ "code": "", "name": "", "decimalPlaces": 0, "displaySymbol": "", "nameCode": "", "displayLabel": " []" }

},
{
"id": 13,
"name": "blala",
"currency":

{ "code": "", "name": "", "decimalPlaces": 0, "displaySymbol": "", "nameCode": "", "displayLabel": " []" }

}
]

The API calls to retrieve the specific template of the product itself do return the currency code again.

Environment: Latest development code as of 2013-05-23
Project: Mifos X
Priority: Minor Minor
Reporter: Sander van der Heyden
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to