oship-dev team mailing list archive
-
oship-dev team
-
Mailing list archive
-
Message #01852
[Bug 610972] Re: some issues in class DvAmount
** Project changed: oship => oshippy
--
You received this bug notification because you are a member of OSHIP
Development Team, which is subscribed to Open Source Health Information
Platform.
https://bugs.launchpad.net/bugs/610972
Title:
some issues in class DvAmount
Status in Open Source Health Information Platform - Python:
Fix Released
Bug description:
The methods for negating a DvAmount: prefix “-” (like Current): like Current
adding two DvAmount : infix “+” (like Current): like Current
and subtracting two DvAmount: infix “-” (like Current): like Current
are not defined and not implemented in any of the subclasses.
In IDvAmount accuracy schema is Float, not Int.
References