X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/53593baa211863fbf66540cf1bcc36c8fb37257f..d8be5cc409de5b3bc34439599b1481201a5a1c2e:/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' },