Package org.openbravo.materialmgmt
Class ProductPriceUtils
- java.lang.Object
-
- org.openbravo.materialmgmt.ProductPriceUtils
-
public class ProductPriceUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ProductPriceUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.codehaus.jettison.json.JSONObject
productReturnAllowedRFC(ShipmentInOutLine shipmentLine, Product product, Date rfcOrderDate)
Returns a warning message when a Return From Customer product is not Returnable or when the return period is expired.
-
-
-
Method Detail
-
productReturnAllowedRFC
public static org.codehaus.jettison.json.JSONObject productReturnAllowedRFC(ShipmentInOutLine shipmentLine, Product product, Date rfcOrderDate)
Returns a warning message when a Return From Customer product is not Returnable or when the return period is expired.
-
-