From: Sven Schöling Date: Mon, 15 Mar 2010 10:45:20 +0000 (+0100) Subject: eine get_standard_dbh reduziert. X-Git-Tag: release-2.6.2beta1~268 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9933c636583378678ab48101229de90d181ce2c8;p=kivitendo-erp.git eine get_standard_dbh reduziert. --- 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";