Zahlungsbedingungen bei Lieferscheinen; veraltete Spalte »terms« entfernt
[kivitendo-erp.git] / SL / DB / MetaSetup / Invoice.pm
index ac7f671..15f9bc0 100644 (file)
@@ -53,7 +53,6 @@ __PACKAGE__->meta->columns(
   storno_id                 => { type => 'integer' },
   taxincluded               => { type => 'boolean' },
   taxzone_id                => { type => 'integer', not_null => 1 },
-  terms                     => { type => 'integer', default => '0' },
   transaction_description   => { type => 'text' },
   transdate                 => { type => 'date', default => 'now' },
   type                      => { type => 'text' },