From cea7e7c53f1005f6143edbddb5832b6c48b5dc8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 8 Jul 2020 14:38:19 +0200 Subject: [PATCH] =?utf8?q?Zu=20bcc996e65643=20Rechnungsadresse=20aus=20dem?= =?utf8?q?=20Stammdaten=20auch=20f=C3=BCr=20alte=20oe?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/oe.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 321bec31b..012914d03 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -2196,6 +2196,7 @@ sub edit_periodic_invoices_config { if ($::form->{customer_id}) { $::form->{ALL_CONTACTS} = SL::DB::Manager::Contact->get_all_sorted(where => [ cp_cv_id => $::form->{customer_id} ]); + $::form->{email_recipient_invoice_address} = SL::DB::Manager::Customer->find_by(id => $::form->{customer_id})->invoice_mail; } $::form->header(no_layout => 1); -- 2.20.1