[jira] [Commented] (OFBIZ-5709) ProductionRun doesn't capture and show manufacturing organisation

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

[jira] [Commented] (OFBIZ-5709) ProductionRun doesn't capture and show manufacturing organisation

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-5709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14330131#comment-14330131 ]

Jacques Le Roux commented on OFBIZ-5709:
----------------------------------------

Thanks to Deepak's report on dev ML:

> +        manufacturer = from("WorkEffortPartyAssignment").where("workEffortId", productionRunId, "roleTypeId", "MANUFACTURER").queryOne();
Here we need to use filterByDate for “ WorkEffortPartyAssignment”.

 I have committed a fix at r1661323

Actually it was a bit more because WorkEffortPartyAssignment PK is
      <prim-key field="workEffortId"/>
      <prim-key field="partyId"/>
      <prim-key field="roleTypeId"/>
      <prim-key field="fromDate"/>

> ProductionRun doesn't capture and show manufacturing organisation
> -----------------------------------------------------------------
>
>                 Key: OFBIZ-5709
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5709
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: manufacturing
>    Affects Versions: Release Branch 11.04, Release Branch 12.04, Release Branch 13.07, Trunk
>            Reporter: Pierre Smits
>            Assignee: Pierre Smits
>             Fix For: Upcoming Branch
>
>
> The production run should capture the manufacturing (internal) organisation on creation.
> But it doesn't.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)