summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
23c5a95)
Jedes Konto hat einen taxkey Eintrag, aber es gibt nicht immer ein
Steuerautomatikkonto.
startdate => $taxkey->startdate->to_kivitendo,
taxdescription => $taxkey->tax->taxdescription,
rate => $taxkey->tax->rate,
startdate => $taxkey->startdate->to_kivitendo,
taxdescription => $taxkey->tax->taxdescription,
rate => $taxkey->tax->rate,
- accno => $taxkey->tax->chart->accno,
+ accno => defined $taxkey->tax->chart_id ? $taxkey->tax->chart->accno : undef,