[
https://issues.apache.org/jira/browse/OFBIZ-10538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100497#comment-17100497
]
ASF subversion and git services commented on OFBIZ-10538:
---------------------------------------------------------
Commit f2165421f63d0d0847501cc5fc7ef4f2f96b8b6a in ofbiz-framework's branch
refs/heads/trunk from Pawan Verma
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=f216542 ]
Fixed: Promised Datetime & Current Promised Date values not getting updated in
OISGIR Entity
(OFBIZ-10538)
Thanks: Deepak, Taher, Ravi, Amit, Suraj for the contribution.
> Promised Datetime & Current Promised Date values not getting updated in
> OISGIR Entity
> -------------------------------------------------------------------------------------
>
> Key: OFBIZ-10538
> URL: https://issues.apache.org/jira/browse/OFBIZ-10538
> Project: OFBiz
> Issue Type: Bug
> Components: order, product
> Affects Versions: Trunk
> Reporter: Deepak Nigam
> Assignee: Pawan Verma
> Priority: Major
> Attachments: OFBIZ-10538.patch
>
>
> While creating the sales order from the backend, if we set the 'Ship Before
> Date' it will be stored in OrderItemShipGroup.shipByDate field and same will
> be propagated to OrderItemShipGrpInvRes.promisedDateTime and
> OrderItemShipGrpInvRes.currentPromisedDate fields.
>
> On updating the 'Ship Before Date' from the order view page later, the
> promisedDateTime and currentPromisedDate get updated in OrderItemShipGroup
> entity but remains the same in OrderItemShipGroupInvRes entity.
>
> As OrderItemShipGrpInvRes.promisedDateTime &
> OrderItemShipGrpInvRes.currentPromisedDate are being used in many services
> like 'getOrderItemShipGroupEstimatedShipDate', 'getItemBackOrderedQuantity',
> 'reserveProductInventory' etc., we should also update these on updating the
> 'Ship Before Date' from the order overview page.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)