Author: apatel
Date: Wed Jul 29 04:32:02 2009
New Revision: 798776
URL:
http://svn.apache.org/viewvc?rev=798776&view=revLog:
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"/>