Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit f532ee01 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: config set value allowes no bool

Übergeordneter 55745378
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!140Update 'next-4.x' with latest changes from 'main',!135Next 3.x
......@@ -153,7 +153,7 @@ public static function patchBankAccount(): void
$companyName = $Conf->get('company', 'name');
if (empty($bankIban) || empty($bankBic) || empty($companyName)) {
$Conf->setValue('bankAccounts', 'isPatched', true);
$Conf->setValue('bankAccounts', 'isPatched', 1);
$Conf->save();
return;
......@@ -188,7 +188,7 @@ public static function patchBankAccount(): void
);
}
$Conf->setValue('bankAccounts', 'isPatched', true);
$Conf->setValue('bankAccounts', 'isPatched', 1);
$Conf->save();
}
......
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