X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fpart_export%2Fshellcommands_withdomain.pm;fp=FS%2FFS%2Fpart_export%2Fshellcommands_withdomain.pm;h=c209002c82282b5b7003a432acf1cb7db8d73797;hb=6884c9a9d164124a188c1653ba63b71a416c38b3;hp=916d328c2aa32f061ace00e95e8fc90ad731b0b5;hpb=2e1d2a91264e8441bc31583be7352ae1b3c31bb8;p=freeside.git diff --git a/FS/FS/part_export/shellcommands_withdomain.pm b/FS/FS/part_export/shellcommands_withdomain.pm index 916d328c2..c209002c8 100644 --- a/FS/FS/part_export/shellcommands_withdomain.pm +++ b/FS/FS/part_export/shellcommands_withdomain.pm @@ -105,7 +105,6 @@ the same username with different domains. You will need to this.form.useradd_no_queue.checked = 1; this.form.userdel.value = "/usr/bin/mm_delete_user -e ${username}\\\@${domain}"; this.form.userdel_stdin.value = ""; - this.form.userdel_no_queue.checked = 1; this.form.suspend.value = "/usr/bin/mm_suspend_user -e ${username}\\\@${domain}"; this.form.suspend_stdin.value = ""; this.form.unsuspend.value = "/usr/bin/mm_activate_user -e ${username}\\\@${domain}";