From: G. Richardson Date: Tue, 15 Mar 2016 16:27:23 +0000 (+0100) Subject: Konteneinstellungen - richtiges Konto in ACCOUNT_TAXKEYS X-Git-Tag: release-3.4.1~303 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ce511583a63e3d91ddf1cccdf99aad7f19cd841d;p=kivitendo-erp.git Konteneinstellungen - richtiges Konto in ACCOUNT_TAXKEYS Ging beim Refactorn im letzten Commit kaputt. Wird accno überhaupt benutzt? --- 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, }; }