Skip to content
Code-Schnipsel Gruppen Projekte

fix: the calculations pass the currency correctly to the CalculationValue

Zusammengeführt Henning Leutz requested to merge dev into next
1 Datei
+ 2
1
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
@@ -182,7 +182,8 @@ class Calculations
$result[] = new CalculationVatValue(
$value['sum'],
$value['text'],
$key
$key,
$this->Currency
);
}
Lade