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