X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff159a4d47b9a2d10744dcfc23da2c63605c8a32..eeb5375ee7727c956cc357cc8f90b19d1bfe80b9:/SL/DB/MetaSetup/Customer.pm diff --git a/SL/DB/MetaSetup/Customer.pm b/SL/DB/MetaSetup/Customer.pm index 1785a6e2f..6bd0abb66 100644 --- a/SL/DB/MetaSetup/Customer.pm +++ b/SL/DB/MetaSetup/Customer.pm @@ -34,6 +34,8 @@ __PACKAGE__->meta->columns( depositor => { type => 'text' }, direct_debit => { type => 'boolean', default => 'false' }, discount => { type => 'float', precision => 4, scale => 4 }, + dunning_lock => { type => 'boolean', default => 'false', not_null => 1 }, + dunning_mail => { type => 'text' }, email => { type => 'text' }, fax => { type => 'text' }, gln => { type => 'text' },