mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
Add Customer now all field shown
This commit is contained in:
parent
56cea36a33
commit
e3b736e222
5 changed files with 65 additions and 35 deletions
|
@ -26,7 +26,8 @@ switch ($do) {
|
|||
$cpassword = _post('cpassword');
|
||||
$address = _post('address');
|
||||
if(!empty($config['sms_url'])){
|
||||
$phonenumber = $username;
|
||||
$phonenumber = Lang::phoneFormat($username);
|
||||
$username = $phonenumber;
|
||||
}else if(strlen($username)<21){
|
||||
$phonenumber = $username;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue