mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1394: #3511 Addressvalidierung für Onlinekonto aktiviert
#3511 Addressvalidierung für Onlinekonto aktiviert
This commit is contained in:
committed by
Andreas Schickinger
parent
4ede9226b4
commit
fbb1e6c4a2
@@ -14,7 +14,7 @@ import { AbstractCreateCustomer } from '../abstract-create-customer';
|
||||
export class CreateStoreCustomerComponent extends AbstractCreateCustomer {
|
||||
customerType = 'store';
|
||||
|
||||
validateAddress = false;
|
||||
validateAddress = true;
|
||||
|
||||
validateShippingAddress = true;
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@ import { CreateP4MCustomerComponent } from '../create-p4m-customer';
|
||||
export class CreateWebshopCustomerComponent extends AbstractCreateCustomer {
|
||||
customerType = 'webshop';
|
||||
|
||||
validateAddress?: boolean;
|
||||
validateShippingAddress?: boolean;
|
||||
validateAddress = true;
|
||||
validateShippingAddress = true;
|
||||
|
||||
nameRequiredMarks = ['gender', 'firstName', 'lastName'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user