Revision ce511583
Von Kivitendo Admin vor fast 9 Jahren hinzugefügt
SL/AM.pm | ||
---|---|---|
107 | 107 |
startdate => $taxkey->startdate->to_kivitendo, |
108 | 108 |
taxdescription => $taxkey->tax->taxdescription, |
109 | 109 |
rate => $taxkey->tax->rate, |
110 |
accno => $chart_obj->accno,
|
|
110 |
accno => $taxkey->tax->chart->accno,
|
|
111 | 111 |
}; |
112 | 112 |
} |
113 | 113 |
|
Auch abrufbar als: Unified diff
Konteneinstellungen - richtiges Konto in ACCOUNT_TAXKEYS
Ging beim Refactorn im letzten Commit kaputt. Wird accno überhaupt
benutzt?