X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f88cdcc7704de933a34bdf477a072db89e70ccf4..cb114b288edd36558e0763fff34e331b2994d534:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 5f5cd72b5..9ad161010 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -2608,7 +2608,7 @@ sub all_vc { my ($self, $myconfig, $table, $module) = @_; my $ref; - my $dbh = $self->get_standard_dbh($myconfig); + my $dbh = $self->get_standard_dbh; $table = $table eq "customer" ? "customer" : "vendor";