Revision 418601dd
Von Tamino Steinert vor 12 Monaten hinzugefügt
SL/Controller/ZUGFeRD.pm | ||
---|---|---|
219 | 219 |
# Fallback if there's no default AP amount chart configured |
220 | 220 |
$default_ap_amount_chart ||= SL::DB::Manager::Chart->find_by(charttype => 'A'); |
221 | 221 |
|
222 |
my $active_taxkey = $default_ap_amount_chart->taxkey_id;
|
|
222 |
my $active_taxkey = $default_ap_amount_chart->get_active_taxkey;
|
|
223 | 223 |
my $taxes = SL::DB::Manager::Tax->get_all( |
224 | 224 |
where => [ chart_categories => { |
225 | 225 |
like => '%' . $default_ap_amount_chart->category . '%' |
Auch abrufbar als: Unified diff
ZUGFeRD: aktiven Steuerschlüssel laden