From 68f31548d057d69683a876df609ee611a069c4f2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 11 May 2011 02:32:21 +0200 Subject: Operation closing (closes #441) --- ishtar/templates/sheet_operation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar/templates/sheet_operation.html') diff --git a/ishtar/templates/sheet_operation.html b/ishtar/templates/sheet_operation.html index 41ae6f9ab..9f2a711d9 100644 --- a/ishtar/templates/sheet_operation.html +++ b/ishtar/templates/sheet_operation.html @@ -14,7 +14,7 @@

{{ item.history.all.0.history_date }}

{{ item.start_date }}

-

{{ item.end_date }}

+

{{ item.end_date|default:"-" }}

{{ item.in_charge.full_label }}

{% if item.is_active %}{%trans "Active file"%}

-- cgit v1.2.3