MStorageOnHand and MStorageReservation api improvements
Description
Add getQtyOnHandForShipping method to MStorageOnHand. The method return on hand that's available for shipping and complement the existing getQtyOnHandForReservation method.
Change MStorageReservation.getQty(int M_Product_ID, int M_Warehouse_ID, int M_AttributeSetInstance_ID, boolean isSOTrx, String trxName) from private to public
Add getQtyOnHandForShipping method to MStorageOnHand. The method return on hand that's available for shipping and complement the existing getQtyOnHandForReservation method.
Change MStorageReservation.getQty(int M_Product_ID, int M_Warehouse_ID, int M_AttributeSetInstance_ID, boolean isSOTrx, String trxName) from private to public