mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
#3554 AGB ist Akzeptiert wenn Dialog mit Ja beantwortet wird
This commit is contained in:
@@ -20,8 +20,9 @@ export class CreateKubiCustomerCommand extends ActionHandler<Result<CustomerInfo
|
||||
const fd = mapCustomerInfoDtoToCustomerCreateFormData(customerInfo);
|
||||
formData = encodeFormData({
|
||||
...fd,
|
||||
agb: false,
|
||||
agb: true,
|
||||
});
|
||||
|
||||
if (customerInfo.features) {
|
||||
if (customerInfo.features.some((f) => f.key === 'store')) {
|
||||
customerType = 'store';
|
||||
|
||||
Reference in New Issue
Block a user