FlattenToForm: natural_person mit übernehmen
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 6 May 2020 09:39:14 +0000 (11:39 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 8 May 2020 11:47:55 +0000 (13:47 +0200)
SL/DB/Helper/FlattenToForm.pm

index 1228acc..a719894 100644 (file)
@@ -37,7 +37,7 @@ sub flatten_to_form {
 
   my @vc_fields          = (qw(account_number bank bank_code bic business city contact country creditlimit
                                department_1 department_2 discount email fax gln greeting homepage iban language name
-                               phone street taxnumber ustid zipcode),
+                               natural_person phone street taxnumber ustid zipcode),
                             "${vc}number",
                             ($vc eq 'customer')? 'c_vendor_id': 'v_customer_id');
   my @vc_prefixed_fields = qw(email fax notes number phone);