#4196 Rechnungs- und Lieferadresse ändern bei eine Bestellung für Versand führt zu Dashboard Seite

This commit is contained in:
Lorenz Hilpert
2023-07-18 16:35:27 +02:00
parent 4c6dcd15da
commit a7d50a9439

View File

@@ -123,7 +123,7 @@ export class CheckoutReviewDetailsComponent implements OnInit {
return;
}
const customerId = customer.source;
this._router.navigate(['/kunde', this._application.activatedProcessId, 'customer', `${customerId}`]);
this._router.navigate(['/kunde', this._application.activatedProcessId, 'customer', 'search', `${customerId}`]);
}
async navigateToCustomerSearch(processId: number) {