Revision a5a87c23
Von Tamino Steinert vor 3 Monaten hinzugefügt
| SL/DB/MetaSetup/Default.pm | ||
|---|---|---|
|
delivery_date_interval => { type => 'integer', default => '0' },
|
||
|
deliverydate_on => { type => 'boolean', default => 'true' },
|
||
|
disabled_price_sources => { type => 'array' },
|
||
|
discount_part_id => { type => 'integer' },
|
||
|
doc_delete_printfiles => { type => 'boolean', default => 'false' },
|
||
|
doc_files => { type => 'boolean', default => 'false' },
|
||
|
doc_files_rootpath => { type => 'text', default => './documents' },
|
||
| ... | ... | |
|
key_columns => { currency_id => 'id' },
|
||
|
},
|
||
|
|
||
|
discount_part => {
|
||
|
class => 'SL::DB::Part',
|
||
|
key_columns => { discount_part_id => 'id' },
|
||
|
},
|
||
|
|
||
|
loss_carried_forward_chart => {
|
||
|
class => 'SL::DB::Chart',
|
||
|
key_columns => { loss_carried_forward_chart_id => 'id' },
|
||
Auch abrufbar als: Unified diff
S:C:Order: Standard Rabattartikel einfach hinzufügen