Fixed Customer Account # issue (#633)

This commit is contained in:
FrancescoUK
2016-06-09 19:31:41 +01:00
parent 9fb4d5ccd4
commit 1ad844fe74

View File

@@ -131,7 +131,7 @@ class Customers extends Persons
{
$exists = $this->Customer->account_number_exists($this->input->post('account_number'), $this->input->post('person_id'));
echo !$exists ? 'TRUE' : 'FALSE';
echo !$exists ? 'true' : 'false';
}
/*