fix(dsgvo): Nachname und Strasse bei Endkunden-Anonymisierung korrekt schwaerzen
Some checks failed
Staging Build / build (push) Has been cancelled
Some checks failed
Staging Build / build (push) Has been cancelled
This commit is contained in:
@@ -133,8 +133,8 @@ export async function anonymizeEndCustomer(id: string): Promise<void> {
|
||||
company_name: '[GELÖSCHT]',
|
||||
vat_id: null,
|
||||
first_name: '[GELÖSCHT]',
|
||||
last_name: null,
|
||||
street: null,
|
||||
last_name: '[GELÖSCHT]',
|
||||
street: '[GELÖSCHT]',
|
||||
zip: null,
|
||||
city: null,
|
||||
email: null,
|
||||
|
||||
Reference in New Issue
Block a user