Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cff9b88d

Von Moritz Bunkus vor fast 2 Jahren hinzugefügt

Buchungsgruppen ungültig setzen können

Unterschiede anzeigen:

SL/DB/MetaSetup/Buchungsgruppe.pm
12 12
  description        => { type => 'text' },
13 13
  id                 => { type => 'integer', not_null => 1, sequence => 'id' },
14 14
  inventory_accno_id => { type => 'integer', not_null => 1 },
15
  obsolete           => { type => 'boolean', default => 'false', not_null => 1 },
15 16
  sortkey            => { type => 'integer', not_null => 1 },
16 17
);
17 18

  

Auch abrufbar als: Unified diff