Revision 653a6525
Von Tamino Steinert vor 9 Monaten hinzugefügt
SL/DB/Reclamation/TypeData.pm | ||
---|---|---|
38 | 38 |
is_customer => 1, |
39 | 39 |
nr_key => "record_number", |
40 | 40 |
worflow_needed => 0, |
41 |
items_key => "reclamation_items", |
|
42 |
object_key => "reclamation", |
|
41 | 43 |
}, |
42 | 44 |
defaults => { |
43 | 45 |
reqdate => sub { return; }, |
... | ... | |
73 | 75 |
is_customer => 0, |
74 | 76 |
nr_key => "record_number", |
75 | 77 |
worflow_needed => 0, |
78 |
items_key => "reclamation_items", |
|
79 |
object_key => "reclamation", |
|
76 | 80 |
}, |
77 | 81 |
defaults => { |
78 | 82 |
reqdate => sub { return; }, |
Auch abrufbar als: Unified diff
S:D:Reclamation::TypeData: um 'items_key' und 'object_key' erweitert