This topic is locked

How to show order details on Shipment Add page

12/17/2012 12:27:57 PM
PHPRunner General questions
T
Tayyab Ilyas author

I am working on an application where i have orders(master) and order detail (child) table:

Shipment (master) and shipment details (child) table
Each order can have one or multiple shipments (and each shipment can have multiple shipment details):
How can i show order details on shipment add page? is there any way that i can show list of order details on add page?
Thanks for support