Revision 0dd80ce0
Von Tamino Steinert vor 5 Tagen hinzugefügt
- ID 0dd80ce016ddfc894734cf4dbb06ad18e2a9fc64
- Vorgänger 2d3180e2
SL/DB/MetaSetup/Default.pm | ||
---|---|---|
67 | 67 |
delivery_date_interval => { type => 'integer', default => '0' }, |
68 | 68 |
deliverydate_on => { type => 'boolean', default => 'true' }, |
69 | 69 |
disabled_price_sources => { type => 'array' }, |
70 |
discount_part_id => { type => 'integer' }, |
|
70 | 71 |
doc_delete_printfiles => { type => 'boolean', default => 'false' }, |
71 | 72 |
doc_files => { type => 'boolean', default => 'false' }, |
72 | 73 |
doc_files_rootpath => { type => 'text', default => './documents' }, |
... | ... | |
284 | 285 |
key_columns => { currency_id => 'id' }, |
285 | 286 |
}, |
286 | 287 |
|
288 |
discount_part => { |
|
289 |
class => 'SL::DB::Part', |
|
290 |
key_columns => { discount_part_id => 'id' }, |
|
291 |
}, |
|
292 |
|
|
287 | 293 |
loss_carried_forward_chart => { |
288 | 294 |
class => 'SL::DB::Chart', |
289 | 295 |
key_columns => { loss_carried_forward_chart_id => 'id' }, |
Auch abrufbar als: Unified diff
S:C:Order: Standard Rabattartikel einfach hinzufügen