Hello, there is a small error in Move Websites tool, when you select a site to move the client name associated to that site displayed wrong, in: "Surname Surname (Firma)" format. To fix it i had to change the second ".$customer['kunde_vorname']" to ".$customer['kunde_name']" in line 111 and 119. I have included a patch with changes. T.