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:
9090e6f
)
BUG-Fix: Kreditorenbuchungen: Steuer inklusive wird nicht übernommen
author
G. Richardson
<information@kivitendo-premium.de>
Mon, 13 Jun 2016 21:08:01 +0000
(23:08 +0200)
committer
G. Richardson
<information@kivitendo-premium.de>
Thu, 23 Jun 2016 13:09:47 +0000
(15:09 +0200)
bin/mozilla/ap.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ap.pl
b/bin/mozilla/ap.pl
index
1130788
..
dd902ec
100644
(file)
--- a/
bin/mozilla/ap.pl
+++ b/
bin/mozilla/ap.pl
@@
-147,6
+147,7
@@
sub create_links {
%saved = map { ($_ => $form->{$_}) } qw(direct_debit taxincluded);
$saved{duedate} = $form->{duedate} if $form->{duedate};
$saved{currency} = $form->{currency} if $form->{currency};
+ $saved{taxincluded} = $form->{taxincluded} if $form->{taxincluded};
}
IR->get_vendor(\%myconfig, \%$form);