X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d629acd82a27e980899a044ca8b0f4becc8e94bb..7679dfa4ba64c4cc24a027fa5bdfd5e616ca92a8:/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) {