X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8ac46dbccfa308b7abdcb1d8e5698eaba0cd3ff8..dc78c22510c618deef355808393ecc7bcde319a3:/SL/Controller/Letter.pm 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; }