You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2011/01/06 05:41:23 UTC

svn commit: r1055744 - /ofbiz/trunk/applications/humanres/widget/CommonScreens.xml

Author: adrianc
Date: Thu Jan  6 04:41:23 2011
New Revision: 1055744

URL: http://svn.apache.org/viewvc?rev=1055744&view=rev
Log:
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>