Revision f559550f
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
126 | 126 |
sepa_creditor_id => { type => 'text' }, |
127 | 127 |
sepa_reference_add_vc_vc_id => { type => 'boolean', default => 'false' }, |
128 | 128 |
servicenumber => { type => 'text' }, |
129 |
shipped_qty_fill_up => { type => 'boolean', default => 'true', not_null => 1 }, |
|
130 |
shipped_qty_item_identity_fields => { type => 'array', default => '{parts_id}', not_null => 1 }, |
|
131 |
shipped_qty_require_stock_out => { type => 'boolean', default => 'false', not_null => 1 }, |
|
129 | 132 |
show_bestbefore => { type => 'boolean', default => 'false' }, |
130 | 133 |
show_longdescription_select_item => { type => 'boolean', default => 'false' }, |
131 | 134 |
show_weight => { type => 'boolean', default => 'false', not_null => 1 }, |
Auch abrufbar als: Unified diff
ShippedQty: Algorithmusdetails konfigurierbar machen