Re: 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
|

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

Jacques Le Roux
Administrator
Thanks Ashish, Pranay,

They could be more of these. I tried hard to spot them, but it's possible that from time to time I missed some.
It should be easier to spot now, since I have removed duplicate value in param-name and from-field at r762215. I will have a look
(hopefully there was non param-name and from-field with same value that would have been value= instead of from-field=)

Jacques

From: <[hidden email]>

> 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">
>
>