From: G. Richardson Date: Mon, 13 Jun 2016 21:08:01 +0000 (+0200) Subject: BUG-Fix: Kreditorenbuchungen: Steuer inklusive wird nicht übernommen X-Git-Tag: release-3.4.1~22 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e50ac26b49f3e8391632361230213dd8e13a4508;p=kivitendo-erp.git BUG-Fix: Kreditorenbuchungen: Steuer inklusive wird nicht übernommen --- diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 11307883e..dd902ecf1 100644 --- 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);