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:
5902705
)
behebt #123 Ist-Versterungs-Auswahl für SuSa
author
Jan Büren
<jan@kivitendo-premium.de>
Fri, 12 Feb 2016 11:48:13 +0000
(12:48 +0100)
committer
Jan Büren
<jan@kivitendo-premium.de>
Fri, 12 Feb 2016 11:48:13 +0000
(12:48 +0100)
SL/RP.pm
patch
|
blob
|
history
diff --git
a/SL/RP.pm
b/SL/RP.pm
index
0b4dea9
..
f0f25a2
100644
(file)
--- a/
SL/RP.pm
+++ b/
SL/RP.pm
@@
-909,7
+909,7
@@
sub trial_balance {
}
$sth->finish;
- if (
!$form->{method} ne "cash") {
+ if (
$form->{method} ne "cash") { # better eq 'accrual'
$sth = prepare_execute_query($form, $dbh, $fetch_accounts_before_from);
while ($ref = $sth->fetchrow_hashref("NAME_lc")) {
$trb{ $ref->{accno} }{description} = $ref->{description};