X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5a7d0c524efa47b2de1c2cb7c0b33d3955e5110d..6750c6aa43a1b16a28358db7fc87b997a6e43f55:/SL/DB/MetaSetup/Customer.pm diff --git a/SL/DB/MetaSetup/Customer.pm b/SL/DB/MetaSetup/Customer.pm index 1bf34fbdc..ee9995638 100644 --- a/SL/DB/MetaSetup/Customer.pm +++ b/SL/DB/MetaSetup/Customer.pm @@ -18,11 +18,13 @@ __PACKAGE__->meta->columns( c_vendor_id => { type => 'text' }, cc => { type => 'text' }, city => { type => 'text' }, + commercial_court => { type => 'text' }, contact => { type => 'text' }, country => { type => 'text' }, creditlimit => { type => 'numeric', default => '0', precision => 15, scale => 5 }, currency_id => { type => 'integer', not_null => 1 }, customernumber => { type => 'text' }, + contact_origin => { type => 'text' }, delivery_term_id => { type => 'integer' }, department_1 => { type => 'text' }, department_2 => { type => 'text' }, @@ -38,6 +40,7 @@ __PACKAGE__->meta->columns( iban => { type => 'text' }, id => { type => 'integer', not_null => 1, sequence => 'id' }, itime => { type => 'timestamp', default => 'now()' }, + invoice_mail => { type => 'text' }, language => { type => 'text' }, language_id => { type => 'integer' }, mandate_date_of_signature => { type => 'date' },