oshippy-dev team mailing list archive
-
oshippy-dev team
-
Mailing list archive
-
Message #00327
[Bug 610972] Re: some issues in class DvAmount
** Project changed: oship => oshippy
--
You received this bug notification because you are a member of OSHIPpy
Developers, which is subscribed to OSHIPpy.
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.