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:
d946f59
)
Formatierung
author
Udo Spallek
<info@wissensvermittlung.com>
Sat, 24 Mar 2007 09:04:58 +0000
(09:04 +0000)
committer
Udo Spallek
<info@wissensvermittlung.com>
Sat, 24 Mar 2007 09:04:58 +0000
(09:04 +0000)
SL/AP.pm
patch
|
blob
|
history
diff --git
a/SL/AP.pm
b/SL/AP.pm
index
b63abab
..
f5c1e73
100644
(file)
--- a/
SL/AP.pm
+++ b/
SL/AP.pm
@@
-90,7
+90,7
@@
sub post_transaction {
$form->{taxincluded} = 0 if ($form->{amount} == 0);
for $i (1 .. $form->{rowcount}) {
- ($form->{"tax_id_$i"}, $NULL) = split /--/, $form->{"taxchart_$i"};
+
($form->{"tax_id_$i"}, $NULL) = split /--/, $form->{"taxchart_$i"};
$query =
qq|SELECT c.accno, t.taxkey, t.rate | .