Revision 27a9c69a
Von Sven Schöling vor etwa 3 Jahren hinzugefügt
SL/Controller/DeliveryOrder/TypeData.pm | ||
---|---|---|
43 | 43 |
properties => { |
44 | 44 |
customervendor => "customer", |
45 | 45 |
is_quotation => 0, |
46 |
is_customer => 1, |
|
46 | 47 |
nr_key => "ordnumber", |
47 | 48 |
}, |
48 | 49 |
part_classification_query => [ "used_for_sale" => 1 ], |
... | ... | |
72 | 73 |
properties => { |
73 | 74 |
customervendor => "vendor", |
74 | 75 |
is_quotation => 0, |
76 |
is_customer => 0, |
|
75 | 77 |
nr_key => "ordnumber", |
76 | 78 |
}, |
77 | 79 |
part_classification_query => [ "used_for_purchase" => 1 ], |
... | ... | |
101 | 103 |
properties => { |
102 | 104 |
customervendor => "customer", |
103 | 105 |
is_quotation => 1, |
106 |
is_customer => 1, |
|
104 | 107 |
nr_key => "quonumber", |
105 | 108 |
}, |
106 | 109 |
part_classification_query => [ "used_for_sale" => 1 ], |
... | ... | |
130 | 133 |
properties => { |
131 | 134 |
customervendor => "vendor", |
132 | 135 |
is_quotation => 1, |
136 |
is_customer => 0, |
|
133 | 137 |
nr_key => "quonumber", |
134 | 138 |
}, |
135 | 139 |
part_classification_query => [ "used_for_purchase" => 1 ], |
... | ... | |
153 | 157 |
}, |
154 | 158 |
properties => { |
155 | 159 |
customervendor => "customer", |
160 |
is_customer => 1, |
|
156 | 161 |
nr_key => "donumber", |
157 | 162 |
}, |
158 | 163 |
part_classification_query => [ "used_for_sale" => 1 ], |
... | ... | |
176 | 181 |
}, |
177 | 182 |
properties => { |
178 | 183 |
customervendor => "vendor", |
184 |
is_customer => 0, |
|
179 | 185 |
nr_key => "donumber", |
180 | 186 |
}, |
181 | 187 |
part_classification_query => [ "used_for_purchase" => 1 ], |
Auch abrufbar als: Unified diff
DeliveryOrder: type data is_customer