X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0a076aab24a128483e595e58ec06bc2e298cf7cb..6750c6aa43a1b16a28358db7fc87b997a6e43f55:/SL/DB/MetaSetup/Customer.pm diff --git a/SL/DB/MetaSetup/Customer.pm b/SL/DB/MetaSetup/Customer.pm index 01b2b63e9..ee9995638 100644 --- a/SL/DB/MetaSetup/Customer.pm +++ b/SL/DB/MetaSetup/Customer.pm @@ -18,6 +18,7 @@ __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 },