svn commit: r762247 - /ofbiz/trunk/applications/accounting/widget/GlScreens.xml

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

svn commit: r762247 - /ofbiz/trunk/applications/accounting/widget/GlScreens.xml

ashish-18
Author: ashish
Date: Mon Apr  6 08:08:42 2009
New Revision: 762247

URL: http://svn.apache.org/viewvc?rev=762247&view=rev
Log:
Very small change.
from-field --> value :-)

Thanks Pranay Pandey for reporting this.

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

Modified: ofbiz/trunk/applications/accounting/widget/GlScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlScreens.xml?rev=762247&r1=762246&r2=762247&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlScreens.xml Mon Apr  6 08:08:42 2009
@@ -47,8 +47,8 @@
                                         <container>
                                             <link target="CreateAcctgTransAndEntries" text="${uiLabelMap.AccountingCreateSalesAcctgTrans}" style="buttontext">
                                                 <parameter param-name="organizationPartyId"/>
-                                                <parameter param-name="debitGlAccountClassId" from-field="CURRENT_ASSET"/>
-                                                <parameter param-name="creditGlAccountClassId" from-field="REVENUE"/>
+                                                <parameter param-name="debitGlAccountClassId" value="CURRENT_ASSET"/>
+                                                <parameter param-name="creditGlAccountClassId" value="REVENUE"/>
                                                 <parameter param-name="acctgTransTypeId" value="SALES"/>
                                             </link>
                                             <link target="TrialBalance" text="${uiLabelMap.AccountingTrialBalance}" style="buttontext">
@@ -58,8 +58,8 @@
                                         <container>
                                             <link target="CreateAcctgTransAndEntries" text="${uiLabelMap.AccountingCreatePaymentAcctgTrans}" style="buttontext">
                                                 <parameter param-name="organizationPartyId"/>
-                                                <parameter param-name="debitGlAccountClassId" from-field="CASH_EQUIVALENT"/>
-                                                <parameter param-name="creditGlAccountClassId" from-field="CURRENT_LIABILITY"/>
+                                                <parameter param-name="debitGlAccountClassId" value="CASH_EQUIVALENT"/>
+                                                <parameter param-name="creditGlAccountClassId" value="CURRENT_LIABILITY"/>
                                                 <parameter param-name="acctgTransTypeId" value="PAYMENT_ACCTG_TRANS"/>
                                             </link>
                                             <link target="IncomeStatement" text="${uiLabelMap.AccountingIncomeStatement}" style="buttontext">