error in postAcctgTrans

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

error in postAcctgTrans

Daniel Riquelme
There is an error in AcctgTransServices.xml
line: 413
while creating glAccountHistory credits.

It says:
<calculate field="glAccountHistory" type="BigDecimal.postedCredits" >
it should be:
  <calculate field="postedCredits" map-name="glAccountHistory"
type="BigDecimal" >

Regards,
Daniel
Reply | Threaded
Open this post in threaded view
|

Re: error in postAcctgTrans

Jacques Le Roux
Administrator
This was my bad, fixed in r731612. I checked there are no others (actually I thought I have already fixed all but I certainly got
caught byTortoise(?) not committing current opened file in Eclipse)

Thanks Daniel

From: "Daniel Riquelme" <[hidden email]>

> There is an error in AcctgTransServices.xml
> line: 413
> while creating glAccountHistory credits.
>
> It says:
> <calculate field="glAccountHistory" type="BigDecimal.postedCredits" >
> it should be:
>  <calculate field="postedCredits" map-name="glAccountHistory"
> type="BigDecimal" >
>
> Regards,
> Daniel
>