Author: sichen
Date: Thu Jul 6 09:31:13 2006
New Revision: 419610
URL:
http://svn.apache.org/viewvc?rev=419610&view=revLog:
Changed UI label on the return page from No Billing Account to New Billing Account which is what it really means
Modified:
incubator/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.properties
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnHeader.ftl
Modified: incubator/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.properties
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.properties?rev=419610&r1=419609&r2=419610&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.properties (original)
+++ incubator/ofbiz/trunk/applications/accounting/config/AccountingUiLabels.properties Thu Jul 6 09:31:13 2006
@@ -255,6 +255,7 @@
AccountingNewAgreementItemTerm=Create Term
AccountingNewAgreementPromoAppl=Add New Promotion
AccountingNewAgreementTerm=Create Agreement Term
+AccountingNewBillingAccount=New Billing Account
AccountingNewFixedAsset=New Fixed Asset
AccountingNewFixedAssetMaint=New Maintenance
AccountingNewFixedAssetStdCost=New Standard Cost
Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnHeader.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnHeader.ftl?rev=419610&r1=419609&r2=419610&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnHeader.ftl (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnHeader.ftl Thu Jul 6 09:31:13 2006
@@ -137,7 +137,7 @@
<option value="${currentAccount.billingAccountId}">${currentAccount.billingAccountId}: ${currentAccount.description?if_exists}</option>
<option value="${currentAccount.billingAccountId}">---</option>
</#if>
- <option value="">${uiLabelMap.AccountingNoAccount}</option>
+ <option value="">${uiLabelMap.AccountingNewBillingAccount}</option>
<#list billingAccountList as ba>
<option value="${ba.billingAccountId}">${ba.billingAccountId}: ${ba.description?if_exists}</option>
</#list>