|
|
|
|
@ -1719,6 +1719,10 @@ sub edit_master :Chained('master') :PathPart('edit') :Args(0) {
|
|
|
|
|
|
|
|
|
|
# we don't change this on edit
|
|
|
|
|
$c->request->params->{username} = $prov_subscriber->username;
|
|
|
|
|
if ($subadmin_pbx) {
|
|
|
|
|
#dont change the status
|
|
|
|
|
$c->request->params->{status} = $subscriber->status;
|
|
|
|
|
}
|
|
|
|
|
unless($posted) {
|
|
|
|
|
$params->{webusername} = $prov_subscriber->webusername;
|
|
|
|
|
$params->{webpassword} = $prov_subscriber->webpassword;
|
|
|
|
|
|