From ce511583a63e3d91ddf1cccdf99aad7f19cd841d Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Tue, 15 Mar 2016 17:27:23 +0100 Subject: [PATCH] Konteneinstellungen - richtiges Konto in ACCOUNT_TAXKEYS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Ging beim Refactorn im letzten Commit kaputt. Wird accno überhaupt benutzt? --- SL/AM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/AM.pm b/SL/AM.pm index 896b3c84b..af47027d6 100644 --- a/SL/AM.pm +++ b/SL/AM.pm @@ -107,7 +107,7 @@ sub get_account { startdate => $taxkey->startdate->to_kivitendo, taxdescription => $taxkey->tax->taxdescription, rate => $taxkey->tax->rate, - accno => $chart_obj->accno, + accno => $taxkey->tax->chart->accno, }; } -- 2.20.1