-
Bug
-
Resolution: Done
-
Major
-
7.1.0.Final
-
2017 Week 28-29
-
NEW
-
NEW
When handling Periods in InfixOpNode [1], there is getMonths() method used, which returns just months part of the Period. There should be call to toTotalMonths() so also years are incorporated in the result. I will provide PR for this.