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:
0fcfafb
)
get_standard_dbh für USTVA.pm Abfrage
author
G. Richardson
<information@kivitendo-premium.de>
Mon, 3 Aug 2015 06:49:38 +0000
(08:49 +0200)
committer
G. Richardson
<information@kivitendo-premium.de>
Mon, 3 Aug 2015 06:50:14 +0000
(08:50 +0200)
behebt #73
SL/USTVA.pm
patch
|
blob
|
history
diff --git
a/SL/USTVA.pm
b/SL/USTVA.pm
index
378f48e
..
0dfa36f
100644
(file)
--- a/
SL/USTVA.pm
+++ b/
SL/USTVA.pm
@@
-659,7
+659,7
@@
sub ustva {
my ($self, $myconfig, $form) = @_;
# connect to database
- my $dbh = $form->
dbconnect($myconfig)
;
+ my $dbh = $form->
get_standard_dbh
;
my $last_period = 0;
my $category = "pos_ustva";