Stammdaten-Kunden: Neues Feld Amtsgericht. Weitere Export-Möglichkeiten
[kivitendo-erp.git] / SL / DB / MetaSetup / Customer.pm
index 01b2b63..ee99956 100644 (file)
@@ -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 },