projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fac2b0
)
eine get_standard_dbh reduziert.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 15 Mar 2010 10:45:20 +0000
(11:45 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 20 Jul 2010 09:23:14 +0000
(11:23 +0200)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
5f5cd72
..
9ad1610
100644
(file)
--- 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";