X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/81505dd871a42089ee663816b432841e0800b36f..90dc23665179b497a766e9351624e5d8816637d4:/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 },