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

fix: Article -> only set nettoSubSum if set in

Übergeordneter 4d330f52
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
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% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren