keithrbennett / rock_books

Simple and flexible accounting system, available as a Ruby gem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include line number in date format error message.

keithrbennett opened this issue · comments

When there is an error in date format an error like this is generated:

`In journal 'loan.to.sh', date string was '2018-100.06' but should be a valid date in the form YYYY-MM-DD.'

The line number should be included in the message.

Fixed.