Issue with order resources referenced by product component

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Issue with order resources referenced by product component

Jacopo Cappellato
Hi,

here is a (possibly partial) list of order resources referenced by
product component that we should try to resolve:

[ShipmentServices.xml at line 480, column 28]  import
org.ofbiz.order.order.OrderReadHelper;

[PackingSession.java at line 46, column 11]  // import
org.ofbiz.order.order.OrderReadHelper; at this pont the order is not yet
compiled see other change at line 842 to make this source compile

[PackOrder.bsh at line 22, column 8]  import org.ofbiz.order.order.*;

[QuickShipOrder.bsh at line 22, column 8]  import org.ofbiz.order.order.*;

[receiveReturn.ftl at line 93, column 39] <#assign unitCost =
Static["org.ofbiz.order.order.OrderReturnServices"].getReturnItemInitialCost(delegator,
returnItem.returnId, returnItem.returnItemSeqId)/>

Jacopo