svn commit: r798776 - in /ofbiz/trunk/applications/accounting: config/AccountingUiLabels.xml widget/FinAccountScreens.xml

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

svn commit: r798776 - in /ofbiz/trunk/applications/accounting: config/AccountingUiLabels.xml widget/FinAccountScreens.xml

apatel-2
Author: apatel
Date: Wed Jul 29 04:32:02 2009
New Revision: 798776

URL: http://svn.apache.org/viewvc?rev=798776&view=rev
Log:
Fix in UiLabel.

Modified:
    ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
    ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml

Modified: ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml?rev=798776&r1=798775&r2=798776&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml (original)
+++ ofbiz/trunk/applications/accounting/config/AccountingUiLabels.xml Wed Jul 29 04:32:02 2009
@@ -1935,7 +1935,7 @@
         <value xml:lang="th">สร้างบัตรเครดิตใหม่</value>
         <value xml:lang="zh">创建新信用卡</value>
     </property>
-    <property key="AccountingCreateNewDepositSlip">
+    <property key="AccountingCreateNewDepositSlipForFinancialAccount">
         <value xml:lang="en">Create New Deposit Slip for Financial Account: ${finAccountId}</value>
     </property>
     <property key="AccountingCreateNewEftAccount">

Modified: ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml?rev=798776&r1=798775&r2=798776&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FinAccountScreens.xml Wed Jul 29 04:32:02 2009
@@ -350,7 +350,7 @@
     <screen name="NewDepositSlip">
         <section>
             <actions>
-                <set field="titleProperty" value="AccountingCreateNewDepositSlip"/>
+                <set field="titleProperty" value="AccountingCreateNewDepositSlipForFinancialAccount"/>
                 <set field="tabButtonItem" value="findDepositSlips"/>
                 <set field="finAccountId" from-field="parameters.finAccountId"/>
                 <set field="headerItem" value="FindFinAccount"/>