From e50ac26b49f3e8391632361230213dd8e13a4508 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Mon, 13 Jun 2016 23:08:01 +0200 Subject: [PATCH] =?utf8?q?BUG-Fix:=20Kreditorenbuchungen:=20Steuer=20inklu?= =?utf8?q?sive=20wird=20nicht=20=C3=BCbernommen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ap.pl | 1 + 1 file changed, 1 insertion(+) 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); -- 2.20.1