Revision b36f0864
Von Peter Schulgin vor fast 8 Jahren hinzugefügt
SL/DB/MetaSetup/PartsClassification.pm | ||
---|---|---|
12 | 12 |
abbreviation => { type => 'text' }, |
13 | 13 |
description => { type => 'text' }, |
14 | 14 |
id => { type => 'serial', not_null => 1 }, |
15 |
report_separate => { type => 'boolean', default => 'false' }, |
|
16 | 15 |
used_for_purchase => { type => 'boolean', default => 'true' }, |
17 | 16 |
used_for_sale => { type => 'boolean', default => 'true' }, |
18 | 17 |
); |
Auch abrufbar als: Unified diff
Revert "Artikel-Klassifizierung: Neue Option "Preis separat ausweisen""
This reverts commit 815c3639a21ed53b288fd8bbb231e741c8e67ce5.