Change DepotPosition ivar types

Bug #599524 reported by David Dauer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tacenergydemo
New
Undecided
Unassigned

Bug Description

 Double change
 Double balance

should be

BigDecimal change
BigDecimal balance

e.g. so that we can do things like

withCriteria {
      gt("change", 0)
}

instead of

withCriteria {
      gt("change", (0).doubleValue)
}

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.