Revision 55d2c2d5
Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt
SL/DB/MetaSetup/Customer.pm | ||
---|---|---|
49 | 49 |
mandator_id => { type => 'text' }, |
50 | 50 |
mtime => { type => 'timestamp' }, |
51 | 51 |
name => { type => 'text', not_null => 1 }, |
52 |
natural_person => { type => 'boolean', default => 'false' }, |
|
52 | 53 |
notes => { type => 'text' }, |
53 | 54 |
obsolete => { type => 'boolean', default => 'false' }, |
54 | 55 |
order_lock => { type => 'boolean', default => 'false' }, |
Auch abrufbar als: Unified diff
Kunden/-Lieferantenstamm: Flag "natürliche Person": DB-Upgrade + Rose