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:
ce3ce40
)
Kosmetik, private Variablen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 27 Apr 2007 12:36:02 +0000
(12:36 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 27 Apr 2007 12:36:02 +0000
(12:36 +0000)
SL/GL.pm
patch
|
blob
|
history
diff --git
a/SL/GL.pm
b/SL/GL.pm
index
27aa179
..
eda7128
100644
(file)
--- a/
SL/GL.pm
+++ b/
SL/GL.pm
@@
-185,8
+185,7
@@
sub post_transaction {
$dbh->disconnect;
$main::lxdebug->leave_sub();
- $rc;
-
+ return $rc;
}
sub all_transactions {
@@
-379,6
+378,8
@@
sub all_transactions {
my $trans_id = "";
my $trans_id2 = "";
+ my ($i, $j, $k, $l, $ref, $ref2);
+
$form->{GL} = [];
while (my $ref0 = $sth->fetchrow_hashref(NAME_lc)) {