Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods.
---------------------------------------------------------------------------------------------- Key: OFBIZ-1625 URL: https://issues.apache.org/jira/browse/OFBIZ-1625 Project: OFBiz Issue Type: Improvement Components: order, product Reporter: Ratnesh Upadhyay Priority: Minor Added "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map. And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class. Submitted By : Ratnesh Upadhyay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ratnesh Upadhyay updated OFBIZ-1625: ------------------------------------ Attachment: calcShipmentEstimateInterface.patch Here is the patch attached for this issue . -- Ratnesh Upadhyay > Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods. > ---------------------------------------------------------------------------------------------- > > Key: OFBIZ-1625 > URL: https://issues.apache.org/jira/browse/OFBIZ-1625 > Project: OFBiz > Issue Type: Improvement > Components: order, product > Reporter: Ratnesh Upadhyay > Priority: Minor > Attachments: calcShipmentEstimateInterface.patch > > > Added "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map. > And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class. > Submitted By : > Ratnesh Upadhyay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ratnesh Upadhyay updated OFBIZ-1625: ------------------------------------ Attachment: calcShipmentEstimateInterface.patch Attached updated patch for the same. -- Ratnesh Upadhyay > Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods. > ---------------------------------------------------------------------------------------------- > > Key: OFBIZ-1625 > URL: https://issues.apache.org/jira/browse/OFBIZ-1625 > Project: OFBiz > Issue Type: Improvement > Components: order, product > Reporter: Ratnesh Upadhyay > Priority: Minor > Attachments: calcShipmentEstimateInterface.patch, calcShipmentEstimateInterface.patch > > > Added "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map. > And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class. > Submitted By : > Ratnesh Upadhyay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur reassigned OFBIZ-1625: ---------------------------------- Assignee: Vikas Mayur > Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods. > ---------------------------------------------------------------------------------------------- > > Key: OFBIZ-1625 > URL: https://issues.apache.org/jira/browse/OFBIZ-1625 > Project: OFBiz > Issue Type: Improvement > Components: order, product > Reporter: Ratnesh Upadhyay > Assignee: Vikas Mayur > Priority: Minor > Attachments: calcShipmentEstimateInterface.patch, calcShipmentEstimateInterface.patch > > > Added "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map. > And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class. > Submitted By : > Ratnesh Upadhyay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ratnesh Upadhyay updated OFBIZ-1625: ------------------------------------ Description: I would like to add "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map. And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class. Submitted By : Ratnesh Upadhyay was: Added "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map. And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class. Submitted By : Ratnesh Upadhyay > Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods. > ---------------------------------------------------------------------------------------------- > > Key: OFBIZ-1625 > URL: https://issues.apache.org/jira/browse/OFBIZ-1625 > Project: OFBiz > Issue Type: Improvement > Components: order, product > Reporter: Ratnesh Upadhyay > Assignee: Vikas Mayur > Priority: Minor > Attachments: calcShipmentEstimateInterface.patch, calcShipmentEstimateInterface.patch > > > I would like to add "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map. > And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class. > Submitted By : > Ratnesh Upadhyay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur closed OFBIZ-1625. ------------------------------ Resolution: Fixed Ratnesh , Thanks ! Yours patch is in rev 629004. > Add partyId as optional IN parameter to the calcShipmentEstimateInterface and related methods. > ---------------------------------------------------------------------------------------------- > > Key: OFBIZ-1625 > URL: https://issues.apache.org/jira/browse/OFBIZ-1625 > Project: OFBiz > Issue Type: Improvement > Components: order, product > Reporter: Ratnesh Upadhyay > Assignee: Vikas Mayur > Priority: Minor > Attachments: calcShipmentEstimateInterface.patch, calcShipmentEstimateInterface.patch > > > I would like to add "partyId" as optional IN parameter to the calcShipmentEstimateInterface.And added it to the ShippingEvents.getShipGroupEstimate() as a new input argument; the field in the method is then added to the serviceFields map. > And added it as a new field (populated from the cart in the constructor) to the ShippingEstimateWrapper class. > Submitted By : > Ratnesh Upadhyay -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |