]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/GL.pm
Kosmetik, private Variablen
[kivitendo-erp.git] / SL / GL.pm
index 27aa179e67f35d0558a0639e2dd6a4fef9c3cc9b..eda712813b1110552f9e8444ec29024f54691a80 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)) {