Controller-Paginate-Helfer: 'aktuelle Seite' auf maximale Seitenanzahl begrenzen
[kivitendo-erp.git] / SL / DB / MetaSetup / DeliveryOrder.pm
index 806c963..fb4b828 100644 (file)
@@ -36,11 +36,10 @@ __PACKAGE__->meta->setup(
     is_sales                => { type => 'boolean' },
     itime                   => { type => 'timestamp', default => 'now()' },
     mtime                   => { type => 'timestamp' },
-    notes_bottom            => { type => 'text' },
     taxzone_id              => { type => 'integer' },
     taxincluded             => { type => 'boolean' },
     terms                   => { type => 'integer' },
-    curr                    => { type => 'character', length => 3 },
+    curr                    => { type => 'text' },
   ],
 
   primary_key_columns => [ 'id' ],