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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

adrianc
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>