Author: jacopoc
Date: Thu Aug 5 13:03:31 2010
New Revision: 982595
URL:
http://svn.apache.org/viewvc?rev=982595&view=revLog:
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>
${workEffort.workEffortName?default("Undefined")}<#if workEffort.reservPersons?exists> Persons:${workEffort.reservPersons}</#if>