svn commit: r982595 - /ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/calendarEventContent.ftl

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

svn commit: r982595 - /ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/calendarEventContent.ftl

jacopoc
Author: jacopoc
Date: Thu Aug  5 13:03:31 2010
New Revision: 982595

URL: http://svn.apache.org/viewvc?rev=982595&view=rev
Log:
Fixed wrong parameter set in the link to the production run detail page.

Modified:
    ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/calendarEventContent.ftl

Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/calendarEventContent.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/calendarEventContent.ftl?rev=982595&r1=982594&r2=982595&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/calendarEventContent.ftl (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/calendar/calendarEventContent.ftl Thu Aug  5 13:03:31 2010
@@ -34,7 +34,7 @@ under the License.
     </#list>
   </#if>
 <#elseif workEffort.workEffortTypeId == "PROD_ORDER_TASK">
-  <a href="/manufacturing/control/ShowProductionRun?productionRunId=${workEffort.workEffortId}" class="event">
+  <a href="/manufacturing/control/ShowProductionRun?productionRunId=${workEffort.workEffortParentId}" class="event">
     ${workEffort.workEffortParentId} / ${workEffort.workEffortId}
   </a>
   &nbsp;${workEffort.workEffortName?default("Undefined")}<#if workEffort.reservPersons?exists>&nbsp;Persons:${workEffort.reservPersons}</#if>