X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FLetter.pm;h=2c93480c4d9800585afd4778b413e71d61eb232e;hb=c6913fd763664cb1d352c80317d3266c2af7dadc;hp=beb1a46fcf1a08b27fc571c887d8a8c8afd09ad4;hpb=8ac46dbccfa308b7abdcb1d8e5698eaba0cd3ff8;p=kivitendo-erp.git 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; }