From 76d26b6852e1b7e5ada6517ce81d062742216003 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 8 May 2020 16:43:50 +0200 Subject: [PATCH] =?utf8?q?Ansprechpersonen:=20DOM-Id=20f=C3=BCr=20L=C3=B6s?= =?utf8?q?chen-Knopf=20setzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Damit wird der Löschen-Knopf wieder ausgeblendet. --- templates/webpages/customer_vendor/tabs/contacts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/customer_vendor/tabs/contacts.html b/templates/webpages/customer_vendor/tabs/contacts.html index edf5fa213..c18bd98ae 100644 --- a/templates/webpages/customer_vendor/tabs/contacts.html +++ b/templates/webpages/customer_vendor/tabs/contacts.html @@ -227,7 +227,7 @@ - [% L.button_tag('submitInputButton("delete_contact");', LxERP.t8('Delete Contact'), class = 'submit') %] + [% L.button_tag('submitInputButton("delete_contact");', LxERP.t8('Delete Contact'), id = 'action_delete_contact', class = 'submit') %] [% IF ( !SELF.contact.cp_id ) %]