Revision 4b09a3dd
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/DB/MetaSetup/Order.pm | ||
---|---|---|
40 | 40 |
payment_id => { type => 'integer' }, |
41 | 41 |
proforma => { type => 'boolean', default => 'false' }, |
42 | 42 |
quonumber => { type => 'text' }, |
43 |
quotation => { type => 'boolean', default => 'false' }, |
|
44 | 43 |
record_type => { type => 'text', not_null => 1 }, |
45 | 44 |
reqdate => { type => 'date' }, |
46 | 45 |
salesman_id => { type => 'integer' }, |
Auch abrufbar als: Unified diff
DB::Order: Entferne Angebotsflag