Revision 1fb7174c
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
| SL/DB/MetaSetup/Default.pm | ||
|---|---|---|
|
purchase_reclamation_show_delete => { type => 'boolean', default => 'true', not_null => 1 },
|
||
|
quick_search_modules => { type => 'array' },
|
||
|
rdonumber => { type => 'text' },
|
||
|
record_links_from_order_with_myself => { type => 'boolean', default => 'false' },
|
||
|
record_links_from_order_with_quotations => { type => 'boolean', default => 'false' },
|
||
|
reclamation_warn_duplicate_parts => { type => 'boolean', default => 'true', not_null => 1 },
|
||
|
reclamation_warn_no_reqdate => { type => 'boolean', default => 'true', not_null => 1 },
|
||
|
record_links_from_order_with_myself => { type => 'boolean', default => 'false' },
|
||
|
record_links_from_order_with_quotations => { type => 'boolean', default => 'false' },
|
||
|
reqdate_interval => { type => 'integer', default => '0' },
|
||
|
reqdate_on => { type => 'boolean', default => 'true' },
|
||
|
require_transaction_description_ps => { type => 'boolean', default => 'false', not_null => 1 },
|
||
Auch abrufbar als: Unified diff
S/D/MetaSetup/Defaults: erneut gebaut (andere Reihenfolge)