Added pipe-/linework enabled date and by

This commit is contained in:
Frank Schubert
2022-02-08 19:58:20 +01:00
parent 6128de17e1
commit de9588b85f
7 changed files with 58 additions and 8 deletions

View File

@@ -146,7 +146,7 @@ class AddressController extends mfBaseController {
if($r->billing_type == "sepa") {
foreach(['owner', 'iban', 'bic'] as $required) {
if(!$r->{"bank_account_$required"}) {
$this->layout()->setFlash("Bitte Bankdaten für SEPA ausfüllen.");
$this->layout()->setFlash("Bitte Bankdaten für SEPA ausfüllen.", "warn");
$this->layout()->set("address", $r);
return $this->add();
}