MT#7717 delete voip_domains on reseller termination

gjungwirth/voicemail_number
Gerhard Jungwirth 11 years ago
parent c1c1117600
commit 93c1daed15

@ -145,6 +145,8 @@ sub recursively_lock_contract {
if($status eq 'terminated') {
# remove domains in case of reseller termination
for my $domain($reseller->domain_resellers->all) {
my $prov_domain = $domain->domain->provisioning_voip_domain;
$prov_domain->delete if $prov_domain;
$domain->domain->delete;
$domain->delete;
}

Loading…
Cancel
Save