Changeset 82211ea for remit/remit_templates
- Timestamp:
- Apr 19, 2010, 6:53:39 AM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/remit_templates/vouchers/ReimbursementRequest_review.html
rb34d568 r82211ea 67 67 </tr> 68 68 <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%} 71 79 </tr> 72 80 </table>
Note: See TracChangeset
for help on using the changeset viewer.