pulseenergy / vacation

Handy little app to help you keep track of your accumulated and remaining vacation days.
GNU General Public License v2.0
5 stars 2 forks source link

`Set days X` is apparently not working the first time? #9

Closed supermitch closed 8 years ago

supermitch commented 8 years ago
$ vacation
13.6 vacation days remaining
$ vacation set days 50
63.7 vacation days remaining
$ vacation set days 50
50.0 vacation days remaining

Obviously should have reported 50 days after the first set.

supermitch commented 8 years ago

Fix to sum_transactions fixed this issue a while back. Can't reproduce anymore, seems to work.