Jacopo,

Thanks a lot for your comments.
Actually I already updated that file ;-).

These was the files previously added by someone and somehow they missed to
add the property values.
I only done the missing work from that :-) .

--
Ashish

On Fri, May 30, 2008 at 2:27 AM, Jacopo Cappellato <
[EMAIL PROTECTED]> wrote:

> Ashish, all,
>
> if you download the new svn config file from:
>
> http://ofbiz.apache.org/svn/config
>
> and place it in the .subversion folder of your user profile, the properties
> for new groovy files will be added automatically when you "svn add" the
> files.
>
> Cheers,
>
> Jacopo
>
>
> On May 30, 2008, at 7:37 AM, [EMAIL PROTECTED] wrote:
>
>  Author: ashish
>> Date: Thu May 29 22:37:52 2008
>> New Revision: 661571
>>
>> URL: http://svn.apache.org/viewvc?rev=661571&view=rev
>> Log:
>> Added and modified property values.
>>
>> Modified:
>>
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy
>>   (props changed)
>>
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>>   (contents, props changed)
>>
>> Propchange:
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/TaxAuthorityGlAccounts.groovy
>>
>> ------------------------------------------------------------------------------
>> --- svn:keywords (original)
>> +++ svn:keywords Thu May 29 22:37:52 2008
>> @@ -1 +1 @@
>> -Date Rev Author URL Id
>> +"Date Rev Author URL Id"
>>
>> Modified:
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy?rev=661571&r1=661570&r2=661571&view=diff
>>
>> ==============================================================================
>> ---
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>> (original)
>> +++
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>> Thu May 29 22:37:52 2008
>> @@ -1,29 +1,29 @@
>> -/*
>> - * Licensed to the Apache Software Foundation (ASF) under one
>> - * or more contributor license agreements.  See the NOTICE file
>> - * distributed with this work for additional information
>> - * regarding copyright ownership.  The ASF licenses this file
>> - * to you under the Apache License, Version 2.0 (the
>> - * "License"); you may not use this file except in compliance
>> - * with the License.  You may obtain a copy of the License at
>> - *
>> - * http://www.apache.org/licenses/LICENSE-2.0
>> - *
>> - * Unless required by applicable law or agreed to in writing,
>> - * software distributed under the License is distributed on an
>> - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
>> - * KIND, either express or implied.  See the License for the
>> - * specific language governing permissions and limitations
>> - * under the License.
>> - */
>> - import org.ofbiz.base.util.*;
>> - import org.ofbiz.entity.*;
>> -
>> - acctgTransId = request.getParameter("acctgTransId");
>> - if (acctgTransId) {
>> -     acctgTrans = delegator.findByPrimaryKey("AcctgTrans", [acctgTransId
>> : acctgTransId]);
>> -     isPosted = acctgTrans.isPosted;
>> -     if ("Y".equals(isPosted)) {
>> -         parameters.isPosted = isPosted;
>> -     }
>> - }
>> +/*
>> + * Licensed to the Apache Software Foundation (ASF) under one
>> + * or more contributor license agreements.  See the NOTICE file
>> + * distributed with this work for additional information
>> + * regarding copyright ownership.  The ASF licenses this file
>> + * to you under the Apache License, Version 2.0 (the
>> + * "License"); you may not use this file except in compliance
>> + * with the License.  You may obtain a copy of the License at
>> + *
>> + * http://www.apache.org/licenses/LICENSE-2.0
>> + *
>> + * Unless required by applicable law or agreed to in writing,
>> + * software distributed under the License is distributed on an
>> + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
>> + * KIND, either express or implied.  See the License for the
>> + * specific language governing permissions and limitations
>> + * under the License.
>> + */
>> + import org.ofbiz.base.util.*;
>> + import org.ofbiz.entity.*;
>> +
>> + acctgTransId = request.getParameter("acctgTransId");
>> + if (acctgTransId) {
>> +     acctgTrans = delegator.findByPrimaryKey("AcctgTrans", [acctgTransId
>> : acctgTransId]);
>> +     isPosted = acctgTrans.isPosted;
>> +     if ("Y".equals(isPosted)) {
>> +         parameters.isPosted = isPosted;
>> +     }
>> + }
>>
>> Propchange:
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>>
>> ------------------------------------------------------------------------------
>>   svn:eol-style = native
>>
>> Propchange:
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>>
>> ------------------------------------------------------------------------------
>>   svn:keywords = "Date Rev Author URL Id"
>>
>> Propchange:
>> ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/actions/chartofaccounts/editGlJournalEntry.groovy
>>
>> ------------------------------------------------------------------------------
>>   svn:mime-type = text/plain
>>
>>
>>
>

Reply via email to