properties => {
customervendor => "customer",
is_quotation => 0,
+ is_customer => 1,
nr_key => "ordnumber",
},
part_classification_query => [ "used_for_sale" => 1 ],
properties => {
customervendor => "vendor",
is_quotation => 0,
+ is_customer => 0,
nr_key => "ordnumber",
},
part_classification_query => [ "used_for_purchase" => 1 ],
properties => {
customervendor => "customer",
is_quotation => 1,
+ is_customer => 1,
nr_key => "quonumber",
},
part_classification_query => [ "used_for_sale" => 1 ],
properties => {
customervendor => "vendor",
is_quotation => 1,
+ is_customer => 0,
nr_key => "quonumber",
},
part_classification_query => [ "used_for_purchase" => 1 ],
},
properties => {
customervendor => "customer",
+ is_customer => 1,
nr_key => "donumber",
},
part_classification_query => [ "used_for_sale" => 1 ],
},
properties => {
customervendor => "vendor",
+ is_customer => 0,
nr_key => "donumber",
},
part_classification_query => [ "used_for_purchase" => 1 ],