From 4c3f095554cf99a55e379302ec04a0c971a2c50c Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 9 Jun 2012 21:09:42 +0200 Subject: [PATCH] Display due date on invoice --- templates/invoice/invoice_detail.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/invoice/invoice_detail.txt b/templates/invoice/invoice_detail.txt index d9c05e0..ac933b2 100644 --- a/templates/invoice/invoice_detail.txt +++ b/templates/invoice/invoice_detail.txt @@ -24,6 +24,7 @@ Charge to: ------------------------------------------------------------------------------ Invoice # {{ invoice.id }} Date: {{ invoice.date|date:"Y-m-d"}} +Invoice due: {{ invoice.due_date|date:"Y-m-d"}} ------------------------------------------------------------------------------ Description Hours Rate Sum ------------------------------------------------------------------------------ -- 2.39.5