andre 4 years ago
parent
commit
aa1d13a15e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/orderforms/croster_mailbox/checkconfigureproduct.tpl

+ 1 - 1
templates/orderforms/croster_mailbox/checkconfigureproduct.tpl

@@ -28,7 +28,7 @@
                 }
             }
         };
-        xhttp.open("GET", "modules/servers/zimbraSingle/zimbraAddressCheck.php?name=" + mailname + '&domain=' +maildomain, true);
+        xhttp.open("GET", "modules/servers/zimbraSingle/zimbraAddressCheck.php?name=" + mailname + '&domain=' + maildomain + '&pid' + {pid}, true);
         xhttp.send();
     };
     jQuery(document).ready(function(){