From 906b288941c636d4a348fabe55c91b932bb112a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 6 May 2020 11:46:11 +0200 Subject: [PATCH] =?utf8?q?Kunden/-Lieferantenstamm:=20Flag=20"nat=C3=BCrli?= =?utf8?q?che=20Person"=20in=20Maske?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- locale/de/all | 1 + locale/en/all | 1 + templates/webpages/customer_vendor/tabs/billing.html | 2 ++ 3 files changed, 4 insertions(+) diff --git a/locale/de/all b/locale/de/all index d7dd3499a..26e1c6512 100755 --- a/locale/de/all +++ b/locale/de/all @@ -4170,6 +4170,7 @@ $self->{texts} = { 'month' => 'Monatliche Abgabe', 'monthly' => 'monatlich', 'more' => 'mehr', + 'natural person' => 'natürliche Person', 'netto' => 'netto', 'never' => 'niemals', 'new order controller' => 'Neuer Auftrags-Controller', diff --git a/locale/en/all b/locale/en/all index a736850c4..c16c93ad9 100644 --- a/locale/en/all +++ b/locale/en/all @@ -4169,6 +4169,7 @@ $self->{texts} = { 'month' => '', 'monthly' => '', 'more' => '', + 'natural person' => '', 'netto' => '', 'never' => '', 'new order controller' => '', diff --git a/templates/webpages/customer_vendor/tabs/billing.html b/templates/webpages/customer_vendor/tabs/billing.html index 7bcca62cc..cb10dc943 100644 --- a/templates/webpages/customer_vendor/tabs/billing.html +++ b/templates/webpages/customer_vendor/tabs/billing.html @@ -70,6 +70,8 @@ [% L.input_tag('cv.name', SELF.cv.name) %] + + [% L.checkbox_tag('cv.natural_person', checked = SELF.cv.natural_person, for_submit=1) %] -- 2.20.1