X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b90ff6b18df92c98b1b875d14835d1fdf9ff339a..f217d072d76183bc07723dcc29503b732bd2022d:/SL/DB/MetaSetup/AdditionalBillingAddress.pm diff --git a/SL/DB/MetaSetup/AdditionalBillingAddress.pm b/SL/DB/MetaSetup/AdditionalBillingAddress.pm index 3e37db98a..4c7a8a26f 100644 --- a/SL/DB/MetaSetup/AdditionalBillingAddress.pm +++ b/SL/DB/MetaSetup/AdditionalBillingAddress.pm @@ -16,6 +16,7 @@ __PACKAGE__->meta->columns( default_address => { type => 'boolean', default => 'false', not_null => 1 }, department_1 => { type => 'text' }, department_2 => { type => 'text' }, + dunning_mail => { type => 'text' }, email => { type => 'text' }, fax => { type => 'text' }, gln => { type => 'text' },