CVar: Dokumentation um Lieferadressen-CVars ergänzt
[kivitendo-erp.git] / SL / DB / MetaSetup / Customer.pm
index deab35b..aca5874 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::Customer;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('customer');
 
@@ -31,6 +31,7 @@ __PACKAGE__->meta->columns(
   discount                  => { type => 'float', scale => 4 },
   email                     => { type => 'text' },
   fax                       => { type => 'text' },
+  gln                       => { type => 'text' },
   greeting                  => { type => 'text' },
   homepage                  => { type => 'text' },
   hourly_rate               => { type => 'numeric', precision => 8, scale => 2 },
@@ -54,7 +55,6 @@ __PACKAGE__->meta->columns(
   taxincluded_checked       => { type => 'boolean' },
   taxnumber                 => { type => 'text' },
   taxzone_id                => { type => 'integer', not_null => 1 },
-  terms                     => { type => 'integer', default => '0' },
   user_password             => { type => 'text' },
   username                  => { type => 'text' },
   ustid                     => { type => 'text' },