Kigenyi Wilfred created FINERACT-1605:
-----------------------------------------
Summary: Wrong Error Message is thrown when a duplicate phone
number is used to create a new Client
Key: FINERACT-1605
URL: https://issues.apache.org/jira/browse/FINERACT-1605
Project: Apache Fineract
Issue Type: Bug
Components: Client
Affects Versions: 1.6.0
Reporter: Kigenyi Wilfred
When a client is created using an phone number that is already used for an
existing client, the system throws an but the with the wrong message. The error
message is
{code:java}
client with externalId `correct unique externalId` already exists
{code}
instead of
{code:java}
client with phone `phone number` already exists
{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)