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:
2746ccd
)
Kosmetik - Formatierung vereinheitlicht
author
Jan Büren
<jan@lx-office-hosting.de>
Tue, 3 Apr 2012 14:25:20 +0000
(16:25 +0200)
committer
Jan Büren
<jan@lx-office-hosting.de>
Tue, 3 Apr 2012 14:25:20 +0000
(16:25 +0200)
SL/DATEV.pm
patch
|
blob
|
history
diff --git
a/SL/DATEV.pm
b/SL/DATEV.pm
index
8d6a63d
..
bfb48d0
100644
(file)
--- a/
SL/DATEV.pm
+++ b/
SL/DATEV.pm
@@
-429,8
+429,7
@@
sub _get_transactions {
if ( !$ref->{invoice} # we have a non-invoice booking (=gl)
&& $ref->{is_tax} # that has "is_tax" set
&& !($prev_ref->{is_tax}) # previous line wasn't is_tax
- && (_sign($ref->{amount}) == _sign($prev_ref->{amount}))) # and sign same as previous sign
- {
+ && (_sign($ref->{amount}) == _sign($prev_ref->{amount}))) { # and sign same as previous sign
$trans->[$i - 1]->{tax_amount} = $ref->{amount};
}
}