Skip to content

Commit

Permalink
0.13.0 release (#99)
Browse files Browse the repository at this point in the history
* 0.13.0Release added obligation change to changelog

* 0.13.0Release removed logger
  • Loading branch information
jonathanleather authored and MarkAKelly committed Apr 5, 2018
1 parent 880b3fe commit 0b5292e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-ET.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Modified VAT Returns (Submit 9 Box) to accept whole values ending in '.00' for boxes 7-10.
* Modified VAT Returns (Submit 9 Box) to accept negative values for boxes 6-9.
* Modified VAT Obligations dueDate response to be one Calendar month and 7 days after the PeriodEnd
* Documentation changes for the above.
* General improvements to documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ object FinancialDataQueryParams {
}

def validDateRange(fromOpt: OptEither[LocalDate], toOpt: OptEither[LocalDate]): Option[Either[SourceId, Unit] with Product with Serializable] = {

for {
fromVal <- fromOpt
if fromVal.isRight
Expand Down

0 comments on commit 0b5292e

Please sign in to comment.