Fix started timestamp on TO view page

This commit is contained in:
Patrick Smith 2019-01-15 13:20:54 -05:00
parent fcd1f0aa86
commit 176a87faae

View File

@ -70,7 +70,7 @@
<dt>Started</dt>
<dd>
<local-datetime
timestamp="{{ task_order.start_date }}"
timestamp="{{ task_order.time_created }}"
format="M/D/YYYY">
</local-datetime>
</dd>