Der PriceTaxCalculator hat als Datenwert neuerdings die
Rundungsgenauigkeit für den Modus Schweiz. Dies muss entsprechend
im Tests des Moduls auch berücksichtigt werden.
taxkey_id => $taxkey->id,
},
],
+ rounding => 0,
}, "${title}: calculated data");
}
taxkey_id => $taxkey2->id,
},
],
+ rounding => 0,
}, "${title}: calculated data");
}
taxkey_id => $taxkeys{$item3->parts_id}->id,
}
],
+ rounding => 0,
}, "${title}: calculated data");
}
taxkey_id => $taxkeys{$item->parts_id}->id,
},
],
+ rounding => 0,
}, "${title}: calculated data");
}