Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a3511b2d

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID a3511b2d8974c72e4d26b2d85c5cf1cd711ccb6f
  • Vorgänger 6c22ee7e
  • Nachfolger fb03d191

MetaSetups mit RDBO >= 0.809 neu bauen

Siehe 6c22ee7eb1f64431bade6f361259737ed23b7ecc für die Erläuterung.

Unterschiede anzeigen:

SL/DB/MetaSetup/PaymentTerm.pm
14 14
  id               => { type => 'integer', not_null => 1, sequence => 'id' },
15 15
  itime            => { type => 'timestamp', default => 'now()' },
16 16
  mtime            => { type => 'timestamp' },
17
  percent_skonto   => { type => 'float', precision => 4 },
17
  percent_skonto   => { type => 'float', scale => 4 },
18 18
  ranking          => { type => 'integer' },
19 19
  sortkey          => { type => 'integer', not_null => 1 },
20 20
  terms_netto      => { type => 'integer' },

Auch abrufbar als: Unified diff