Ignore:
Timestamp:
Apr 19, 2010, 6:53:39 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
dbb39a2
Parents:
e5caf62
git-author:
Alex Dehnert <adehnert@…> (04/19/10 06:53:39)
git-committer:
Alex Dehnert <adehnert@…> (04/19/10 06:53:39)
Message:

Keep track of some more dates (Trac: #19)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/remit_templates/vouchers/ReimbursementRequest_review.html

    rb34d568 r82211ea  
    6767</tr>
    6868<tr>
    69     <th>Printing Time</th>
    70     <td>{{rr.printing_time}}</td>
     69    <th>Voucher Processing Time</th>
     70    {%if rr.voucher%}
     71    {%if rr.voucher.process_time%}
     72    <td>{{rr.voucher.process_time}}</td>
     73    {%else%}
     74    <td>Not yet processed</td>
     75    {%endif%}
     76    {%else%}
     77    <td>Not yet approved</td>
     78    {%endif%}
    7179</tr>
    7280</table>
Note: See TracChangeset for help on using the changeset viewer.