Menu

#928 Taxes screen not displaying validto properly

1.4
closed-fixed
nobody
None
5
2014-01-14
2014-01-07
No

The dojo id issue strikes again.

Discussion

  • Chris Travers

    Chris Travers - 2014-01-14

    This is a different issue. It looks like the issue is that we are getting a datetime object back which is fully a timestamp. This may need to be corrected on the db side.

     
  • Chris Travers

    Chris Travers - 2014-01-14
    • status: open --> closed-fixed
     
  • Chris Travers

    Chris Travers - 2014-01-14

    svn 6458

    This was fixed by moving portions of the screen to the elements.html framework and casting the validto to date from timestamp.

    The reason we went to timestamps in the first place was to get access to the special value of infinity. There's no reason to support times other than midnight here.