svn commit: r946982 - /ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml

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

svn commit: r946982 - /ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml

mor-2
Author: mor
Date: Fri May 21 12:18:36 2010
New Revision: 946982

URL: http://svn.apache.org/viewvc?rev=946982&view=rev
Log:
Added a missing resource file to PaymentOverview screen in accounting component.

Modified:
    ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml

Modified: ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml?rev=946982&r1=946981&r2=946982&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/PaymentScreens.xml Fri May 21 12:18:36 2010
@@ -331,6 +331,7 @@ under the License.
                 <set field="titleProperty" value="PageTitlePaymentOverview"/>
                 <set field="tabButtonItem" value="paymentOverview"/>
                 <set field="labelTitleProperty" value="PageTitlePaymentOverview"/>
+                <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="paymentId" from-field="parameters.paymentId"/>
                 <entity-one entity-name="Payment" value-field="payment"/>
                 <set field="finAccountTransId" from-field="payment.finAccountTransId"/>