Revision cedce12e
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/Model/Record.pm | ||
---|---|---|
205 | 205 |
# rückgabe: nichts |
206 | 206 |
# fehler: exception |
207 | 207 |
|
208 |
$record->calculate_prices_and_taxes() if $params{calculate_prices_and_taxes}; # flag or type data?
|
|
208 |
$record->calculate_prices_and_taxes() if $record->type_data->features('price_tax');
|
|
209 | 209 |
|
210 | 210 |
foreach my $item (@{ $record->items }) { |
211 | 211 |
# autovivify all cvars that are not in the form (cvars_by_config can do it). |
Auch abrufbar als: Unified diff
Model::Record: Preise und Steuern berechnen oder nicht nach Beleg-Typ (TypeData)