Skip to content
Code-Schnipsel Gruppen Projekte
Commit 08bbc8e0 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

Merge branch 'next' into 'master'

fix: netto / brutto must be kept at the erp user

Closes brassberg/tickets#222

See merge request !22
Übergeordnete 72b3d4b7 09b36737
No related branches found
Tags 1.12.1
2 Merge Requests!140Update 'next-4.x' with latest changes from 'main',!22fix: netto / brutto must be kept at the erp user
Pipeline #4757 bestanden mit Phase
in 33 Sekunden
......@@ -102,8 +102,6 @@ public function __construct(array $attributes)
$this->id = $attributes['id'];
$this->isCompany = !empty($attributes['isCompany']) || !empty($attributes['company']);
$this->isNetto = null;
$this->lang = $attributes['lang'];
$this->username = $attributes['username'];
$this->firstName = $attributes['firstname'];
......@@ -135,6 +133,8 @@ public function __construct(array $attributes)
$this->setAttribute($attribute, $value);
}
}
$this->isNetto = $this->isNetto();
}
/**
......
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