Prozess-ID & Uhrzeit nicht sichtbar in Session-Keys verwenden
[kivitendo-erp.git] / bin / mozilla / ct.pl
index 4121ac5..b25509e 100644 (file)
@@ -717,7 +717,7 @@ sub delete_contact {
   CT->get_contact(\%myconfig, \%$form);
 
   unless ($form->{cp_used}) {
-    CT->delete_shipto($form->{cp_id});
+    CT->delete_contact($form->{cp_id});
     @$form{ grep /^cp_/, keys %$form } = undef;
   }