From: Moritz Bunkus Date: Wed, 25 Apr 2007 09:30:05 +0000 (+0000) Subject: Falsche Funktion aufgerufen. X-Git-Tag: release-2.4.3^2~454 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=afe394e13b5d0235b2d133575f622743714644b0;p=kivitendo-erp.git Falsche Funktion aufgerufen. --- diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index fe166c520..e5ba1ddf8 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -1411,7 +1411,7 @@ sub save { if ($form->{"db"} eq "customer") { $res = CT->save_customer(\%myconfig, \%$form); } else { - $res = CT->save_customer(\%myconfig, \%$form); + $res = CT->save_vendor(\%myconfig, \%$form); } if (3 == $res) {