Skip to content
Code-Schnipsel Gruppen Projekte

fix: update company detection in Address.php

Zusammengeführt Henning Leutz schlägt vor, next-3.x in main zu mergen.
1 Datei
+ 5
0
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
+ 5
0
@@ -62,6 +62,11 @@ public function getDisplay(array $options = []): string
if ($this->User && $this->User->isCompany()) {
$isCompany = $this->User->isCompany();
} elseif (
!empty($this->getAttribute('isCompany'))
&& !empty($this->getAttribute('company'))
) {
$isCompany = true;
}
if (!empty($this->getAttribute('contactPerson'))) {