Author: adrianc
Date: Thu Jan 6 04:41:23 2011
New Revision: 1055744
URL:
http://svn.apache.org/viewvc?rev=1055744&view=revLog:
Fixed a bug in HR component - it was trying to use a properties file from the WebPOS component - which isn't loaded by default.
Modified:
ofbiz/trunk/applications/humanres/widget/CommonScreens.xml
Modified: ofbiz/trunk/applications/humanres/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/CommonScreens.xml?rev=1055744&r1=1055743&r2=1055744&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/CommonScreens.xml Thu Jan 6 04:41:23 2011
@@ -387,7 +387,7 @@ under the License.
<screen name="CommonTrainingDecorator">
<section>
<actions>
- <property-map resource="WebPosUiLabels" map-name="uiLabelMap" global="true"/>
+ <!-- <property-map resource="WebPosUiLabels" map-name="uiLabelMap" global="true"/> -->
<property-map resource="ManufacturingUiLabels" map-name="uiLabelMap" global="true"/>
<set field="headerItem" value="Training"/>
</actions>