Author: jleroux
Date: Sat Oct 18 02:07:25 2008
New Revision: 705862
URL:
http://svn.apache.org/viewvc?rev=705862&view=revLog:
Fix "Wrong lists in Calendar" (
https://issues.apache.org/jira/browse/OFBIZ-2002) - OFBIZ-2002
Modified:
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml
Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml?rev=705862&r1=705861&r2=705862&view=diff==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml Sat Oct 18 02:07:25 2008
@@ -22,9 +22,9 @@
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/widget-form.xsd">
<form name="ListTechDataCalendars" type="list" title="" list-name="techDataCalendars"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
- <field name="calendarId" title="${uiLabelMap.ManufacturingCalendarWeekId}"><display/></field>
+ <field name="calendarId" title="${uiLabelMap.ManufacturingCalendarId}"><display/></field>
<field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
- <field name="calendarWeekId" title="${uiLabelMap.ManufacturingCalendarId}"><display/></field>
+ <field name="calendarWeekId" title="${uiLabelMap.ManufacturingCalendarWeekId}"><display/></field>
<field name="updateLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
<hyperlink target="EditCalendar?calendarId=${calendarId}" description="${uiLabelMap.CommonUpdate}" />
</field>