|
|
|
@ -338,6 +338,7 @@ |
|
|
|
a.order_status as orderStatus, |
|
|
|
a.customer_id as customerId, |
|
|
|
c.customerName, |
|
|
|
c.CustomerAbb as customerAbb, |
|
|
|
<!-- a.related_order_no as relatedOrderNo,--> |
|
|
|
<!-- a.related_order_line_no as relatedOrderLineNo,--> |
|
|
|
a.required_outbound_date as requiredOutboundDate, |
|
|
|
@ -433,7 +434,7 @@ |
|
|
|
a.archived_by, a.archived_date, a.orderref1, a.orderref2, a.orderref3, a.orderref4, a.orderref5, |
|
|
|
a.order_date, a.close_flag, a.out_warehouse, a.customer_order_no, a.show_in_query_flag, |
|
|
|
b.part_no, b.part_desc, b.unit, b.required_qty, b.out_warehouse, b.out_batch_no, b.order_qty, |
|
|
|
b.related_order_no, b.related_order_line_no, b.std_packing_qty, b.inspection_flag |
|
|
|
b.related_order_no, b.related_order_line_no, b.std_packing_qty, b.inspection_flag, c.CustomerAbb |
|
|
|
ORDER BY a.created_date DESC, b.part_no |
|
|
|
</select> |
|
|
|
|
|
|
|
|