From 713644279113eae477c6a79e4a158eb365548741 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 1 Nov 2019 22:25:01 +0100 Subject: [PATCH] =?utf8?q?S:C:Letter:=20Vergessene=20Presenter-Umstellung?= =?utf8?q?=20f=C3=BCr=20ein=20select=5Ftag?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/Letter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/Letter.pm b/SL/Controller/Letter.pm index beb1a46fc..2c93480c4 100644 --- a/SL/Controller/Letter.pm +++ b/SL/Controller/Letter.pm @@ -106,7 +106,7 @@ sub action_update_contacts { return $self->js ->replaceWith( '#letter_cp_id', - SL::Presenter->get->select_tag('letter.cp_id', [], value_key => 'cp_id', title_key => 'full_name') + select_tag('letter.cp_id', [], value_key => 'cp_id', title_key => 'full_name') ) ->render; } -- 2.20.1