mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-18 00:17:05 -04:00
Merge branch 'master' of https://github.com/jekkos/opensourcepos
This commit is contained in:
commit
e6c173dcdc
1 file changed
+1
-1
@@ -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';
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in new issue
Block a user