From 9933c636583378678ab48101229de90d181ce2c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 15 Mar 2010 11:45:20 +0100 Subject: [PATCH] eine get_standard_dbh reduziert. --- SL/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.20.1