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:
233fc7d
)
Fix fuer Bug #319 Fehler beim Buchen von Belegen mit Umsatzsteuerkorrektur bei Kreditoren
author
Philip Reetz
<p.reetz@linet-services.de>
Thu, 16 Mar 2006 09:13:47 +0000
(09:13 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Thu, 16 Mar 2006 09:13:47 +0000
(09:13 +0000)
SL/AP.pm
patch
|
blob
|
history
diff --git
a/SL/AP.pm
b/SL/AP.pm
index
e909890
..
d490739
100644
(file)
--- a/
SL/AP.pm
+++ b/
SL/AP.pm
@@
-76,6
+76,9
@@
sub post_transaction {
$form->{exchangerate} * -1,
2);
$amount += ($form->{"amount_$i"} * -1);
+
+ # parse tax_$i for later
+ $form->{"tax_$i"} = $form->parse_amount($myconfig, $form->{"tax_$i"}) * -1;
}
# this is for ap