Skip to content
Code-Schnipsel Gruppen Projekte
Commit fa06454a erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

Merge branch 'dev'

Übergeordnete 1803651d 9a66958e
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -187,7 +187,10 @@ public function __construct($attributes = [])
$this->nettoPrice = $calc['nettoPrice'];
$this->nettoBasisPrice = $calc['nettoBasisPrice'];
$this->nettoSum = $calc['nettoSum'];
$this->nettoSubSum = $calc['nettoSubSum'];
if (isset($calc['nettoSubSum'])) {
$this->nettoSubSum = $calc['nettoSubSum'];
}
$this->vatArray = $calc['vatArray'];
$this->isEuVat = $calc['isEuVat'];
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren