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" <daniel.rique...@gmail.com>
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