X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c9f9ec3a1ae664f88ed8d00e25b4bd72848dcfa2..afe394e13b5d0235b2d133575f622743714644b0:/bin/mozilla/ct.pl 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) {