Author: jacopoc
Date: Tue Mar 13 01:15:54 2007
New Revision: 517583
URL: http://svn.apache.org/viewvc?view=rev&rev=517583
Log:
Fixed wrong operation.
Modified:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
Modified:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml?view=diff&rev=517583&r1=517582&r2=517583
==============================================================================
---
ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
(original)
+++
ofbiz/trunk/applications/manufacturing/widget/manufacturing/CalendarScreens.xml
Tue Mar 13 01:15:54 2007
@@ -81,7 +81,7 @@
<set field="viewIndex" from-field="parameters.VIEW_INDEX"
type="Integer"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE"
type="Integer" default-value="50"/>
- <entity-and list-name="techDataCalendars"
entity-name="TechDataCalendar"/>
+ <entity-condition list-name="techDataCalendars"
entity-name="TechDataCalendar"/>
</actions>
<widgets>
<decorator-screen name="CommonCalendarDecorator">
@@ -105,7 +105,7 @@
<set field="viewIndex" from-field="parameters.VIEW_INDEX"
type="Integer"/>
<set field="viewSize" from-field="parameters.VIEW_SIZE"
type="Integer" default-value="50"/>
- <entity-and list-name="calendarWeeks"
entity-name="TechDataCalendarWeek"/>
+ <entity-condition list-name="calendarWeeks"
entity-name="TechDataCalendarWeek"/>
</actions>
<widgets>
<decorator-screen name="CommonCalendarDecorator">