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