Added pipe-/linework enabled date and by
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user