X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fct.pl;h=b25509ec6c0c8ddbd350f2791feaa12491b25329;hb=cdacfe1cb5156c4bde158f0592d1dd3c445be7dd;hp=4121ac5e439868247cddb5bb49b38d19431c8bc3;hpb=daf751b5be2c1e5baab277718f9b9dd699b77289;p=kivitendo-erp.git diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 4121ac5e4..b25509ec6 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -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; }