]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/DeliveryOrder.pm
Vor Fremdschlüsselzuweisung trans_id verwaiste Einträge in orderitems löschen
[kivitendo-erp.git] / SL / DB / MetaSetup / DeliveryOrder.pm
index 806c9637a9a2727e04484db76444c4c6ccdaf31c..fb4b82818a45a77276d9e3f0f70a5433b52a1ae9 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' ],