From 1600b9bef2f8bcd7125f66e352f3a4fde80f8789 Mon Sep 17 00:00:00 2001 From: Antoine Le Gonidec Date: Fri, 12 Jul 2024 12:33:28 +0200 Subject: [PATCH] Drop the ability to link a Customer to multiple Mailboxes This should not have been included in the edit form, the backend has no support for that yet. --- Resources/views/customers/partials/edit_form.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/views/customers/partials/edit_form.blade.php b/Resources/views/customers/partials/edit_form.blade.php index bf8d278..4347cbb 100644 --- a/Resources/views/customers/partials/edit_form.blade.php +++ b/Resources/views/customers/partials/edit_form.blade.php @@ -34,7 +34,6 @@ -

{{ __('Add a mailbox') }}

@include('partials/field_error', ['field'=>'mailbox'])